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