java.io.Serializable
public class IrregularGroupFormatter extends NumericGroupFormatter
adjustedPicture
Constructor | Description |
---|---|
IrregularGroupFormatter(int[] pos,
int[] sep,
java.lang.String adjustedPicture) |
Modifier and Type | Method | 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.
|
getAdjustedPicture
public IrregularGroupFormatter(int[] pos, int[] sep, java.lang.String adjustedPicture)
public java.lang.String format(FastStringBuffer value)
NumericGroupFormatter
format
in class NumericGroupFormatter
value
- a buffer holding the number to be reformattedpublic java.lang.String getSeparator()
getSeparator
in class NumericGroupFormatter