Generated by
JDiff

Class java.text.ChoiceFormat

Changed Methods
StringBuffer format(double, StringBuffer, FieldPosition) Documentation changed from old to new.
Returns pattern with formatted double.
double nextDouble(double, boolean) Documentation changed from old to new.
Finds the least double greater than d (if positive == true) or the greatest double less than d (if positive == false).
Number parse(String, ParsePosition) Documentation changed from old to new.
Parses a Number from the input text.