Class Summary |
Alias |
Alias complies and expands input strings against an alias. |
Alias.ParsedAlias |
ParsedAlias is the 'compiled' form of an alias (faster to expand this way) |
Debug |
sends debug messages to a file (error.log) and console. |
Debug.OutputFinalizer |
this class deallocates any Debug resources when its finalize method is
called |
IntVector |
IntVector is a fast replacement for the Vector class |
ObjectVector |
ObjectVector is a fast replacement for the Vector class |
Sorting |
Sorting implements the quickSort algortithm. |
Sorting.Comparer |
the interface used to compare (for sorting /searching purposes
a and b |
Sorting.ObjectArrayComparer |
adapts a comparer to expect an element at a given
index of an array. |
Sorting.ReverseComparer |
reversing the order of the given comparer |
StringVector |
StringVector is a fast replacement for the Vector class |
Util |
Util holds some miscellaneous functions |
ZipClassLoader |
class to load java from directories, zip files, input streams |