Added in API level 24
DecimalFormatSymbols
public
class
DecimalFormatSymbols
extends Object
implements
Cloneable,
Serializable
| java.lang.Object | |
| ↳ | android.icu.text.DecimalFormatSymbols |
[icu enhancement] ICU's replacement for DecimalFormatSymbols. Methods, fields, and other functionality specific to ICU are labeled '[icu]'.
This class represents the set of symbols (such as the decimal separator, the grouping
separator, and so on) needed by DecimalFormat to format
numbers. DecimalFormat creates for itself an instance of
DecimalFormatSymbols from its locale data. If you need to change any of
these symbols, you can get the DecimalFormatSymbols object from your
DecimalFormat and modify it.
See also:
Summary
Constants | |
|---|---|
int |
|