Generated by
JDiff

Class java.text.DecimalFormat

Added Methods
StringBuffer format(Object, StringBuffer, FieldPosition) Formats a number and appends the resulting text to the given string buffer.
boolean isParseBigDecimal() Returns whether the .parse(java.lang.String, java.text.ParsePosition) method returns BigDecimal.
void setParseBigDecimal(boolean) Sets whether the .parse(java.lang.String, java.text.ParsePosition) method returns BigDecimal.
 

Changed Methods
int getMaximumFractionDigits() Method was inherited from NumberFormat, but is now defined locally. Gets the maximum number of digits allowed in the fraction portion of a number.
int getMaximumIntegerDigits() Method was inherited from NumberFormat, but is now defined locally. Gets the maximum number of digits allowed in the integer portion of a number.
int getMinimumFractionDigits() Method was inherited from NumberFormat, but is now defined locally. Gets the minimum number of digits allowed in the fraction portion of a number.
int getMinimumIntegerDigits() Method was inherited from NumberFormat, but is now defined locally. Gets the minimum number of digits allowed in the integer portion of a number.