public class IrregularGroupFormatter extends NumericGroupFormatter
| Constructor and Description |
|---|
IrregularGroupFormatter(int[] pos,
int[] sep) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(FastStringBuffer value)
Reformat a number to add grouping separators
|
java.lang.String |
getSeparator()
Get the grouping separator to be used.
|
public java.lang.String format(FastStringBuffer value)
NumericGroupFormatterformat in class NumericGroupFormattervalue - a buffer holding the number to be reformattedpublic java.lang.String getSeparator()
getSeparator in class NumericGroupFormatter