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