|
Class Summary |
| ArgsUtilities |
A collection of utilities for command line argument parsing. |
| ArrayHashtable |
This class implements a hashtable, which maps keys to values. |
| Arrays |
This class contains various methods for manipulating arrays (such as
sorting and searching). |
| Assert |
Provides support for assertions that can be removed on demand in order for
building a release version. |
| BitSet |
This class provides mechanisms for manipulating a bit set. |
| ComputationTimer |
This is a singleton class that provides support for timing computations,
including nested computations. |
| DataInputUTF8Decoder |
This class provides one function for decoding a UTF-8 encoded string from a
DataInput. |
| DataOutputUTF8Encoder |
This class provides one function for UTF-8 encoding a string to a
DataOutput. |
| Find |
This class provides a limited subset of the unix find utility. |
| HexDump |
This is a utility similiar to the Unix 'xxd' utility. |
| IntHashtable |
This class implements a hashtable, which maps keys to values. |
| LineReader |
This class provides for reading lines from a reader. |
| LongHashtable |
This class implements a hashtable, which maps keys to values. |
| SerializableIntHashtable |
|
| SimpleLinkedList |
A Stripped down version of the standard J2SE java.util.LinkedList class. |
| SquawkHashtable |
This class implements a hashtable, which maps keys to values. |
| SquawkVector |
The SquawkVector class implements a growable array of
objects. |
| StringTokenizer |
StringTokenizer is a class that controls simple linear tokenization
of a String. |
| StructuredFileInputStream |
An instance of StructuredInputStream is used to read a file that
must conform to some given format such as a class file or a suite file. |
| Tracer |
The Tracer class encapsulates a set of static methods that are used to
emit execution traces to a print stream. |