| Interface | Description |
|---|---|
| CommandLineProcessor.OptionHandler |
Subclass-defined argument handlers must implement this interface.
|
| ReadThroughCache.Retriever<KK,VV> |
This interface defines the retrieval operation: given a key, it will return a value.
|
| Class | Description |
|---|---|
| Base64Converter | Deprecated
Replaced by
Base64Codec |
| ByteArray |
This class manages a variable-length array of bytes.
|
| CommandLineProcessor | Deprecated
SimpleCLIParser is my current preferred implementation. |
| Counters<K> |
A
Map of thread-safe counters, identified by a user-defined key. |
| DataTable |
This class maintains data in a tabular form: rows and columns, with a
name for each column.
|
| FormatUtil |
Contains static utility methods that invoke the various
java.text
formatters, using a pool of thread-local instances. |
| HexDump |
Utility class to produce formatted hex output from arrays of bytes.
|
| IdentityKey | Deprecated
Moved to
net.sf.kdgcommons.collections. |
| NameValue<T> |
An immutable 2-tuple that associates a name with a value.
|
| ReadThroughCache<K,V> |
A size-limited LRU cache that uses a retriever function to load values.
|
| SimpleCLIParser |
A simplified command-line processor.
|
| SimpleCLIParser.OptionDefinition |
This class defines a single command-line option.
|
| Enum | Description |
|---|---|
| ReadThroughCache.Synchronization |
Options for controlling concurrent retrieval.
|
| SimpleCLIParser.OptionDefinition.Type |