public class IntegerFormat
extends gnu.kawa.format.IntegerFormat
| Constructor and Description |
|---|
IntegerFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToIntegerString(java.lang.Object arg,
int radix) |
static IntegerFormat |
getInstance() |
static java.text.Format |
getInstance(int base,
int minWidth,
int padChar,
int commaChar,
int commaInterval,
int flags) |
public static IntegerFormat getInstance()
public static java.text.Format getInstance(int base,
int minWidth,
int padChar,
int commaChar,
int commaInterval,
int flags)
public java.lang.String convertToIntegerString(java.lang.Object arg,
int radix)
convertToIntegerString in class gnu.kawa.format.IntegerFormat