Class Summary |
BigDecimalFormatter |
Responsible for formatting, parsing, and comparing BigDecimal values. |
BooleanFormatter |
BooleanFormatter is a subclass of Formatter
which is responsible for formatting, parsing, and comparing
boolean values and/or Boolean objects. |
DateFormatter |
DateFormatter is a subclass of Formatter which
is responsible for formatting, parsing, and comparing Date
objects. |
DecimalFormatterCommon |
Base class for BigDecimalFormatter and DoubleFormatter to share
common formatting utilities. |
DecimalParseInfo |
This class contains information generated by parsing a given
BigDecimal string. |
DoubleFormatter |
DoubleFormatter is a subclass of Formatter which
is responsible for formatting, parsing, and comparing double
values and/or Double objects. |
Formatter |
Formatter and its subclasses (StringFormatter ,
IntegerFormatter , etc.) are responsible for formatting raw
objects into strings and parsing strings back into objects. |
IntegerArrayFormatter |
IntegerArrayFormatter is a subclass of Formatter
which is responsible for formatting int arrays and/or
Integer arrays. |
IntegerFormatter |
IntegerFormatter is a subclass of Formatter
which is responsible for formatting, parsing, and comparing
int values and/or Integer objects. |
ListFormatter |
ListFormatter is a subclass of Formatter which
is responsible for formatting, parsing, and comparing vectors. |
LongFormatter |
LongFormatter is a subclass of Formatter which
is responsible for formatting, parsing, and comparing long
values and/or Long objects. |
LowerCaseStringFormatter |
LowerCaseStringFormatter is a subclass of
StringFormatter which is responsible for formatting,
parsing, and comparing strings. |
NullStringParser |
NullStringParser is a trivial implementation of StringParser that always
parses any string as null. |
NumberFormatterUtil |
|
SecureStringFormatter |
Formats strings such that certain characters are
"blocked out". |
StringFormatter |
StringFormatter is a subclass of Formatter which
is responsible for formatting, parsing, and comparing strings. |
SystemBooleanFormatter |
SystemBooleanFormatter is a subclass of
Formatter which is responsible for formatting,
parsing, and comparing boolean values and/or
Boolean objects. |
UserDateFormatter |
UserDateFormatter is a subclass of DateFormatter
which is responsible for parsing user date strings, i.e. |