| 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.
|
| EmptyPerformanceLoggingStopWatch |
|
| FastStack<T> |
A very simple unsynchronized stack.
|
| FilesystemFilter |
A filesystem filter.
|
| FloatDimension |
A dimension object specified using float values.
|
| FormattedMessage |
|
| 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.
|
| LinkedMap.MapEntry |
A cache map entry class holding both the key and value and acting as member of a linked list.
|
| LoggingStopWatch |
|
| 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.
|
| PasswordObscurification48 |
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 |
|
| SqlCommentScrubber |
This class represents a parser that will remove SQL comments (both multi-line and single-line) from a string
representing a SQL query.
|
| SqlScriptUtils |
User: Dzmitry Stsiapanau Date: 8/21/14 Time: 3:38 PM
|
| StopWatch |
|
| StringBufferWriter |
|
| StringUtils |
String utilities.
|
| SystemInformation |
|
| UrlBuilder |
Utility class used to handle some of the messy items when building URLs
|
| URLEncoder |
Deprecated. |
| WaitingImageObserver |
This image observer blocks until the image is completely loaded.
|
| XMLParserFactoryProducer |
|