Generated by
JDiff

Class java.text.DecimalFormat

Documentation changed from old to new.

Changed Methods
StringBuffer format(double, StringBuffer, FieldPosition) Documentation changed from old to new.
Formats a double to produce a string.
StringBuffer format(long, StringBuffer, FieldPosition) Documentation changed from old to new.
Format a long to produce a string.
Number parse(String, ParsePosition) Documentation changed from old to new.
Returns an instance of Number with a value matching the given string.