java.io.Serializable
IrregularGroupFormatter
, RegularGroupFormatter
public abstract class NumericGroupFormatter
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
adjustedPicture |
Constructor | Description |
---|---|
NumericGroupFormatter() |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.String |
format(FastStringBuffer value) |
Reformat a number to add grouping separators
|
java.lang.String |
getAdjustedPicture() |
Get the adjusted (preprocessed) picture
|
abstract java.lang.String |
getSeparator() |
Get the grouping separator to be used.
|
public java.lang.String getAdjustedPicture()
public abstract java.lang.String format(FastStringBuffer value)
value
- a buffer holding the number to be reformattedpublic abstract java.lang.String getSeparator()