|
Class Summary |
| CharQueue |
This class implements a characater queue. |
| CharStack |
This class implements a characater stack. |
| ConvertableBitSet |
This class extends the functionality of java.util.BitSet. |
| LabeledData |
This class is a hashtable with two additional features. |
| LabeledTable |
This class is a two dimensional table that permits indexing via labels. |
| List |
A List object is a vector that can convert itself to a string and
"recreate" itself from that string. |
| ProgramProperties |
ProgramProperties obtains program options from
command line arguments and configuration files. |
| SimpleTokenizer |
This class performs some simple parsing of strings or streams. |
| SortedEnumeration |
SortedEnumeration is an enumerations that returns elements in
sorted order. |
| SortedList |
A SortedList is a list of objects kept in sorted order. |
| Stringizer |
This class aids in creating parsable strings. |
| Table |
This class is a two dimensional table. |
| Template |
A Template is an document containing variables. |
| Timer |
Timer measures the wall time (total lapsed-time)
between the call to start and stop methods. |
| TokenCharacters |
This class maintains special characters used in parsing strings into
tokens. |