|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
Currency getCurrency() |
Gets the currency used by this number format when formatting currency values. |
NumberFormat getIntegerInstance() |
Returns an integer number format for the current default locale. |
NumberFormat getIntegerInstance(Locale ) |
Returns an integer number format for the specified locale. |
void setCurrency(Currency ) |
Sets the currency used by this number format when formatting currency values. |
Changed Methods | ||
StringBuffer format(Object, |
Documentation changed from old to new. |
Formats an object to produce a string. |
NumberFormat getInstance() |
Documentation changed from old to new. |
Returns the default number format for the current default locale. |
NumberFormat getInstance(Locale ) |
Documentation changed from old to new. |
Returns the default number format for the specified locale. |
Number parse(String ) |
Documentation changed from old to new. |
Parses text from the beginning of the given string to produce a number. |
Object parseObject(String, |
Documentation changed from old to new. |
Parses text from a string to produce a Number . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |