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