net.coderazzi.filters.parser
Class Types.IntegerTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.parser.Types.IntegerTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- Types
public static class Types.IntegerTypeFormat
- extends Format
Factory to build integer objects
- See Also:
- Serialized Form
Types.IntegerTypeFormat
public Types.IntegerTypeFormat()
parseObject
public Object parseObject(String text)
throws ParseException
- Throws:
ParseException
format
public StringBuffer format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
- Specified by:
format
in class Format
parseObject
public Object parseObject(String source,
ParsePosition pos)
- Specified by:
parseObject
in class Format