Uses of Class java.math.BigDecimal
Uses in package javax.sql
Methods with parameter type java.math.BigDecimal
Uses in package javax.xml.datatype
Methods with parameter type java.math.BigDecimal
Duration Returns the result of multiplying this duration by the given factor.
Duration Returns a new duration by specifying the individual components.
Methods with return type java.math.BigDecimal
Uses in package org.omg.CORBA.portable
Methods with parameter type java.math.BigDecimal
void
Should write a BigDecimal number, but, following specification,
it does not and must be overridden to get a functionality.
Methods with return type java.math.BigDecimal
Uses in package java.math
Fields of type java.math.BigDecimal
BigDecimal The constant one as a BigDecimal with scale zero.
BigDecimal The constant ten as a BigDecimal with scale zero.
BigDecimal The constant zero as a BigDecimal with scale zero.
Methods with parameter type java.math.BigDecimal
BigDecimal Returns a BigDecimal whose value is found first by calling the
method add(val) and then by rounding according to the MathContext mc.
BigDecimal Performs division, if the resulting quotient requires rounding
(has a nonterminating decimal expansion),
an ArithmeticException is thrown.
BigDecimal Returns a BigDecimal whose value is (this / val), with the specified scale
and rounding according to the RoundingMode
BigDecimal Returns a BigDecimal whose value is (this / val) rounded according to the
RoundingMode
BigDecimal[]
Returns a BigDecimal array, the first element of which is the integer part
of this / val, and the second element of which is the remainder of
that quotient.
BigDecimal Returns a BigDecimal whose value is the integer part of the quotient
this / val.
BigDecimal Returns a BigDecimal whose value is (this x val) before it is rounded
according to the MathContext mc.
BigDecimal Returns a BigDecimal whose value is the remainder in the quotient
this / val.
BigDecimal Returns a BigDecimal whose value is found first by calling the
method subtract(val) and then by rounding according to the MathContext mc.
Methods with return type java.math.BigDecimal
BigDecimal Returns a BigDecimal whose value is the absolute value of this BigDecimal
with rounding according to the given MathContext.
BigDecimal Returns a BigDecimal whose value is found first by calling the
method add(val) and then by rounding according to the MathContext mc.
BigDecimal Performs division, if the resulting quotient requires rounding
(has a nonterminating decimal expansion),
an ArithmeticException is thrown.
BigDecimal Returns a BigDecimal whose value is (this / val), with the specified scale
and rounding according to the RoundingMode
BigDecimal Returns a BigDecimal whose value is (this / val) rounded according to the
RoundingMode
BigDecimal[]
Returns a BigDecimal array, the first element of which is the integer part
of this / val, and the second element of which is the remainder of
that quotient.
BigDecimal Returns a BigDecimal whose value is the integer part of the quotient
this / val.
BigDecimal Returns a BigDecimal whose value is (this x val) before it is rounded
according to the MathContext mc.
BigDecimal Returns a BigDecimal whose value is found first by negating this via
the negate() method, then by rounding according to the MathContext mc.
BigDecimal Returns a BigDecimal whose value is found by rounding this
according to the MathContext.
BigDecimal Returns a BigDecimal whose value is this
to the power of
n
.
BigDecimal Returns a BigDecimal whose value is determined by first calling pow(n)
and then by rounding according to the MathContext mc.
BigDecimal Returns a BigDecimal whose value is the remainder in the quotient
this / val.
BigDecimal Returns a BigDecimal which is this BigDecimal rounded according to the
MathContext rounding settings.
BigDecimal Returns a BigDecimal whose numerical value is the numerical value
of this BigDecimal multiplied by 10 to the power of n
.
BigDecimal Returns a BigDecimal whose value is the same as this BigDecimal but whose
representation has a scale of newScale
.
BigDecimal Returns a BigDecimal which is numerically equal to this BigDecimal but
with no trailing zeros in the representation.
BigDecimal Returns a BigDecimal whose value is found first by calling the
method subtract(val) and then by rounding according to the MathContext mc.
BigDecimal Returns the size of a unit in the last place of this BigDecimal.
BigDecimal Returns a new BigDecimal constructed from the BigDecimal(String)
constructor using the Double.toString(double) method to obtain
the String.
Uses in package java.sql
Methods with parameter type java.math.BigDecimal
void
This method sets the specified parameter from the given Java
java.math.BigDecimal
value.
void
This method sets the specified parameter from the given Java
BigDecimal
value.
void
This method updates the specified column to have a BigDecimal value.
void
This method updates the specified column to have a BigDecimal value.
void
This method writes the specified Java BigDecimal
to the SQL stream.
Methods with return type java.math.BigDecimal
BigDecimal This method returns the value of the specified parameter as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified column as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified parameter as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified column as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified parameter as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified column as a Java
BigDecimal
.
BigDecimal This method returns the value of the specified column as a Java
BigDecimal
.
BigDecimal This method reads the next item from the stream a Java
BigDecimal
.
Uses in package org.omg.CORBA
Constructors with parameter type java.math.BigDecimal
Constructs an instance of FixedHolder,
initializing
value
to the given
BigDecimal
.
Fields of type java.math.BigDecimal
BigDecimal The BigDecimal
(CORBA fixed
) value,
held by this FixedHolder.
Methods with parameter type java.math.BigDecimal
void
Insert the CORBA fixed
into this Any
void
Insert the CORBA fixed
into this Any
Methods with return type java.math.BigDecimal