| Class | Description |
|---|---|
| Address |
A class which represents an address.
|
| ArrayDictionary |
An ArrayDictionary is an implementation of Dictionary that
stores its keys and values as arrays.
|
| ContactInfo |
A class which represents contact info.
|
| DateDoodads |
Extra stuff for dealing with dates
|
| Enum |
Base class for enumerated Objects.
|
| Enum.EnumEditor |
Utility class to allow Enum objects to be used as properties of
JavaBeans; the editor exposes tag values equal to the Enum
values' logical names.
|
| Enum.LocaleEnumEditor |
Utility class to allow Enum objects to be used as properties of
JavaBeans; the editor exposes tag values obtained by looking up
the Enum values' logical names in a ResourceBundle.
|
| PagePattern |
A compiled representation of a filesystem globbing expression, together
with logic that tests whether an input string matches the pattern.
|
| ResourceUtils |
Utilities for using resource bundles.
|
| StringList |
Abstraction of a list of strings that can be cleanly loaded/saved
as a stringifiable property in a .properties file.
|