Class | Description |
---|---|
BulkDataUtility |
A utility class to support reordering operations of arrays.
|
ClassQueryTool |
The class-query tool loads classes using a classloader and calls "processClass" for each class encountered.
|
CSVQuoter |
The
CSVQuoter is a helper class to encode a string for the CSV file
format. |
CSVTokenizer |
The csv tokenizer class allows an application to break a Comma Separated Value format into tokens.
|
DebugLog |
This class provides static log messages for on-going bug-hunting efforts.
|
Empty |
Class which holds a static reference to a set of empty objects.
|
FastStack |
A very simple unsynchronized stack.
|
FilesystemFilter |
A filesystem filter.
|
FloatDimension |
A dimension object specified using
float values. |
GenericObjectTable |
A generic table storing objects in an fast array backend.
|
HashNMap |
The HashNMap can be used to store multiple values by a single key value.
|
IOUtils |
The IOUtils provide some IO related helper methods.
|
LFUMap |
A Least-Frequently-Used Map.
|
LinkedMap |
A fast linked-hashmap that avoids any unneccessay work.
|
MemoryUsageMessage |
A helper class to print memory usage message if needed.
|
Messages |
A helper class for a simplified resource-bundle access.
|
ObjectTable |
A lookup table for objects.
|
ObjectUtilities |
A collection of useful static utility methods for handling classes and object instantiation.
|
PadMessage |
A message object that pads the output if the text is shorter than
the given length.
|
PngEncoder |
PngEncoder takes a Java Image object and creates a byte string which can be saved as a PNG file.
|
ResourceBundleSupport |
An utility class to ease up using property-file resource bundles.
|
StringBufferWriter |
Todo: Document Me
|
StringUtils |
String utilities.
|
WaitingImageObserver |
This image observer blocks until the image is completely loaded.
|
Exception | Description |
---|---|
StackableException |
A baseclass for exceptions, which could have parent exceptions.
|
StackableRuntimeException |
A baseclass for RuntimeExceptions, which could have parent exceptions.
|