- valueOf(long, int) - Static method in class java.math.BigDecimal
-
Translates a long
unscaled value and an int
scale into a BigDecimal
.
- valueOf(long) - Static method in class java.math.BigDecimal
-
Translates a long
value into a BigDecimal
with a scale of zero.
- valueOf(double) - Static method in class java.math.BigDecimal
-
Translates a double
into a BigDecimal
, using the double
's canonical string representation
provided by the Double.toString(double)
method.
- valueOf(long) - Static method in class java.math.BigInteger
-
Returns a BigInteger whose value is equal to that of the specified long
.
- valueOf(String) - Static method in enum java.math.RoundingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum java.math.RoundingMode
-
Returns the
RoundingMode
object corresponding to a legacy integer rounding mode constant in
BigDecimal
.
- valueOfMulPow52(long, int, int) - Static method in class sun.misc.FDBigInteger
-
Returns an FDBigInteger
with the numerical value
value * 5p5 * 2p2
.
- valueOfPow52(int, int) - Static method in class sun.misc.FDBigInteger
-
Returns an FDBigInteger
with the numerical value 5p5 * 2p2
.
- values() - Static method in enum java.math.RoundingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.