|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
String ) |
Documentation changed from old to new. |
Creates a DecimalFormat using the given pattern and the symbols for the default locale. |
String, |
Documentation changed from old to new. |
Creates a DecimalFormat using the given pattern and symbols. |
void ) |
Documentation changed from old to new. |
Creates a DecimalFormat using the default pattern and symbols for the default locale. |
Added Methods | |
AttributedCharacterIterator formatToCharacterIterator(Object ) |
Formats an Object producing an AttributedCharacterIterator . |
Currency getCurrency() |
Gets the currency used by this decimal format when formatting currency values. |
void setCurrency(Currency ) |
Sets the currency used by this number format when formatting currency values. |
Changed Methods | ||
void applyLocalizedPattern(String ) |
Documentation changed from old to new. |
Apply the given pattern to this Format object. |
void applyPattern(String ) |
Documentation changed from old to new. |
Apply the given pattern to this Format object. |
StringBuffer format(double, |
Documentation changed from old to new. |
Formats a double to produce a string. |
StringBuffer format(long, |
Documentation changed from old to new. |
Format a long to produce a string. |
Number parse(String, |
Documentation changed from old to new. |
Parses text from a string to produce a Number . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |