Generated by
JDiff

Class java.math.BigDecimal

Documentation changed from old to new.

Changed Constructors
BigDecimal(String) Documentation changed from old to new.
Translates the String representation of a BigDecmal into a BigDecimal.
 

Changed Methods
boolean equals(Object) Documentation changed from old to new.
Compares this BigDecimal with the specified Object for equality.
BigInteger unscaledValue() Documentation changed from old to new.
Returns a BigInteger whose value is the unscaled value of this BigDecimal.
int compareTo(Object) Documentation changed from old to new.
Compares this BigDecimal with the specified Object.
BigDecimal setScale(int, int) Documentation changed from old to new.
Returns a BigDecimal whose scale is the specified value and whose unscaled value is determined by multiplying or dividing this BigDecimal's unscaled value by the appropriate power of ten to maintain its overall value.