Changed Methods |
double doubleValue()
|
Documentation changed from old to new. |
Converts this BigDecimal to a double. |
boolean equals(Object )
|
Documentation changed from old to new. |
Compares this BigDecimal with the specified Object for equality. |
float floatValue()
|
Documentation changed from old to new. |
Converts this BigDecimal to a float. |
int intValue()
|
Documentation changed from old to new. |
Converts this BigDecimal to an int. |
long longValue()
|
Documentation changed from old to new. |
Converts this BigDecimal to a long. |
BigDecimal max(BigDecimal )
|
Documentation changed from old to new. |
Returns the maximum of this BigDecimal and val. |
BigDecimal min(BigDecimal )
|
Documentation changed from old to new. |
Returns the minimum of this BigDecimal and val. |
BigDecimal negate()
|
Documentation changed from old to new. |
Returns a BigDecimal whose value is (-this) and whose scale is this.scale(). |
String toString()
|
Documentation changed from old to new. |
Returns the string representation of this BigDecimal. |
int compareTo(Object )
|
Documentation changed from old to new. |
Compares this BigDecimal with the specified Object. |