Interface | Description |
---|---|
ErrorObserver |
A simple interface that allows warnings and errors to
be reported.
|
Iterator |
An implementation of the JDK 1.2 Iterator interface.
|
Class | Description |
---|---|
CommandLineOptions |
A utility class for generating command line options
|
ConsoleDialog |
A simple utility class to handle command line dialogs
|
ErrorObserverAdapter |
An adapter which allows adding and removing error observers
|
HashMap |
My implementation of a JDK 1.2 Map.
|
JakartaAntAdapter |
A utility class which allows Adaptx to be used as the
XSLT Processor for the Jakarta ANT build utility.
|
List |
This is my implementation of the JDK 1.2 List interface.
|
ListStack |
A representation of a Stack that does not use Synchronization.
|
OrderedMap |
A simple String to Object mapping which preserves order
|
QuickStack |
A representation of a Stack that does not use Synchronization.
|
Tokenizer |
Splits a String into tokens using a specified set of
String delimiters.
|
Exception | Description |
---|---|
NestedIOException |
An exception that is used to signal I/O errors which are
caused by other exceptions.
|
NestedRuntimeException |
A RuntimeException class which can hold another Exception.
|