public class InternalNumber extends BigDecimal
ONE, ROUND_CEILING, ROUND_DOWN, ROUND_FLOOR, ROUND_HALF_DOWN, ROUND_HALF_EVEN, ROUND_HALF_UP, ROUND_UNNECESSARY, ROUND_UP, TEN, ZERO| Constructor and Description |
|---|
InternalNumber(BigInteger bigInteger) |
InternalNumber(BigInteger bigInteger,
int i) |
InternalNumber(BigInteger bigInteger,
int i,
MathContext mathContext) |
InternalNumber(BigInteger bigInteger,
MathContext mathContext) |
InternalNumber(char[] chars) |
InternalNumber(char[] chars,
int i,
int i1) |
InternalNumber(char[] chars,
int i,
int i1,
MathContext mathContext) |
InternalNumber(char[] chars,
MathContext mathContext) |
InternalNumber(double v) |
InternalNumber(double v,
MathContext mathContext) |
InternalNumber(int i) |
InternalNumber(int i,
MathContext mathContext) |
InternalNumber(long l) |
InternalNumber(long l,
MathContext mathContext) |
InternalNumber(String s) |
InternalNumber(String s,
MathContext mathContext) |
abs, abs, add, add, byteValueExact, compareTo, divide, divide, divide, divide, divide, divide, divideAndRemainder, divideAndRemainder, divideToIntegralValue, divideToIntegralValue, doubleValue, equals, floatValue, hashCode, intValue, intValueExact, longValue, longValueExact, max, min, movePointLeft, movePointRight, multiply, multiply, negate, negate, plus, plus, pow, pow, precision, remainder, remainder, round, scale, scaleByPowerOfTen, setScale, setScale, setScale, shortValueExact, signum, stripTrailingZeros, subtract, subtract, toBigInteger, toBigIntegerExact, toEngineeringString, toPlainString, toString, ulp, unscaledValue, valueOf, valueOf, valueOfbyteValue, shortValuepublic InternalNumber(char[] chars,
int i,
int i1)
public InternalNumber(char[] chars,
int i,
int i1,
MathContext mathContext)
public InternalNumber(char[] chars)
public InternalNumber(char[] chars,
MathContext mathContext)
public InternalNumber(String s)
public InternalNumber(String s, MathContext mathContext)
public InternalNumber(double v)
public InternalNumber(double v,
MathContext mathContext)
public InternalNumber(BigInteger bigInteger)
public InternalNumber(BigInteger bigInteger, MathContext mathContext)
public InternalNumber(BigInteger bigInteger, int i)
public InternalNumber(BigInteger bigInteger, int i, MathContext mathContext)
public InternalNumber(int i)
public InternalNumber(int i,
MathContext mathContext)
public InternalNumber(long l)
public InternalNumber(long l,
MathContext mathContext)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.