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