Package gnu.kawa.functions
Class IntegerFormat
- java.lang.Object
-
- java.text.Format
-
- gnu.kawa.format.ReportFormat
-
- gnu.kawa.format.IntegerFormat
-
- gnu.kawa.functions.IntegerFormat
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class IntegerFormat extends gnu.kawa.format.IntegerFormat
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.text.Format
Format.Field
-
-
Constructor Summary
Constructors Constructor Description IntegerFormat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
convertToIntegerString(Object arg, int radix)
static IntegerFormat
getInstance()
static Format
getInstance(int base, int minWidth, int padChar, int commaChar, int commaInterval, int flags)
-
Methods inherited from class gnu.kawa.format.ReportFormat
format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, print, result, resultCode
-
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
-
-
-
-
Method Detail
-
getInstance
public static IntegerFormat getInstance()
-
getInstance
public static Format getInstance(int base, int minWidth, int padChar, int commaChar, int commaInterval, int flags)
-
-