|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Locale ) |
Documentation changed from old to new. |
Create a DecimalFormatSymbols object for the given locale. |
Added Methods | |
Currency getCurrency() |
Gets the currency of these DecimalFormatSymbols. |
void setCurrency(Currency ) |
Sets the currency of these DecimalFormatSymbols. |
Changed Methods | ||
String getCurrencySymbol() |
Documentation changed from old to new. |
Returns the currency symbol for the currency of these DecimalFormatSymbols in their locale. |
String getInfinity() |
Documentation changed from old to new. |
Gets the string used to represent infinity. |
String getInternationalCurrencySymbol() |
Documentation changed from old to new. |
Returns the ISO 4217 currency code of the currency of these DecimalFormatSymbols. |
char getMonetaryDecimalSeparator() |
Documentation changed from old to new. |
Returns the monetary decimal separator. |
String getNaN() |
Documentation changed from old to new. |
Gets the string used to represent "not a number". |
void setCurrencySymbol(String ) |
Documentation changed from old to new. |
Sets the currency symbol for the currency of these DecimalFormatSymbols in their locale. |
void setDecimalSeparator(char ) |
Documentation changed from old to new. |
Sets the character used for decimal sign. |
void setDigit(char ) |
Documentation changed from old to new. |
Sets the character used for a digit in a pattern. |
void setGroupingSeparator(char ) |
Documentation changed from old to new. |
Sets the character used for thousands separator. |
void setInfinity(String ) |
Documentation changed from old to new. |
Sets the string used to represent infinity. |
void setInternationalCurrencySymbol(String ) |
Documentation changed from old to new. |
Sets the ISO 4217 currency code of the currency of these DecimalFormatSymbols. |
void setMinusSign(char ) |
Documentation changed from old to new. |
Sets the character used to represent minus sign. |
void setMonetaryDecimalSeparator(char ) |
Documentation changed from old to new. |
Sets the monetary decimal separator. |
void setNaN(String ) |
Documentation changed from old to new. |
Sets the string used to represent "not a number". |
void setPatternSeparator(char ) |
Documentation changed from old to new. |
Sets the character used to separate positive and negative subpatterns in a pattern. |
void setPerMill(char ) |
Documentation changed from old to new. |
Sets the character used for mille percent sign. |
void setPercent(char ) |
Documentation changed from old to new. |
Sets the character used for percent sign. |
void setZeroDigit(char ) |
Documentation changed from old to new. |
Sets the character used for zero. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |