| 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.
|
| EmptyIterator<T> |
An helper class to implement an empty iterator.
|
| FastStack<T> |
A very simple unsynchronized stack.
|
| FilesystemFilter |
A filesystem filter.
|
| FloatDimension |
A dimension object specified using
float values. |
| GenericObjectTable<T> |
A generic table storing objects in an fast array backend.
|
| HashNMap<K,V> |
The HashNMap can be used to store multiple values by a single key value.
|
| IOUtils |
The IOUtils provide some IO related helper methods.
|
| LFUMap<K,V> |
A Least-Frequently-Used Map.
|
| LinkedMap |
A fast linked-hashmap that avoids any unneccessay work.
|
| MemoryByteArrayOutputStream | |
| MemoryStringReader | |
| MemoryStringWriter | |
| MemoryUsageMessage |
A helper class to print memory usage message if needed.
|
| Messages |
A helper class for a simplified resource-bundle access.
|
| NullOutputStream |
A null output stream.
|
| ObjectTable<T> |
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.
|
| PasswordObscurification |
This class handles basic password obscurification.
|
| 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.
|
| SecurePasswordEncryption | |
| StopWatch | |
| StringBufferWriter | |
| StringUtils |
String utilities.
|
| SystemInformation | |
| UrlBuilder |
Utility class used to handle some of the messy items when building URLs
|
| URLEncoder |
Creation-Date: Jan 22, 2007, 4:36:38 PM
|
| WaitingImageObserver |
This image observer blocks until the image is completely loaded.
|
| Exception | Description |
|---|---|
| StackableException | Deprecated
Use ordinary exception as your base class.
|
| StackableRuntimeException | Deprecated
use RuntimeExpression instead.
|