|
Class Summary |
| AlarmClock |
An AlarmClock is an object that will make a call back at a preset time. |
| Alg |
|
| ArrayUtils |
Collection of array-related operations |
| Base64 |
Encodes and decodes to and from Base64 notation. |
| Base64.Base64InputStream |
A Base64.Base64InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.Base64OutputStream |
A Base64.Base64OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BitsInt |
Utilities for manipulating a bit pattern which held in a 32 bit int |
| BitsLong |
Utilities for manipulating a bit pattern which held in a 64 bit long
(java.util.BitSet does not allow getting the pattern as a long) |
| ByteBufferLib |
|
| Bytes |
Byte-oriented operations. |
| CacheFactory |
|
| Chars |
|
| ColumnMap |
General descriptor of a reordering (mapping) of columns in tuples to columns in indexes,
for example, from triples to triple index order. |
| DS |
Datastructure factory - allows indirecly to other implementations |
| FileOps |
|
| Hex |
Working in hex ... |
| IRILib |
Operations related to IRIs |
| Lib |
|
| ListUtils |
|
| Map2<K,V> |
A map with parent sharing. |
| MapUtils |
Map specific functions |
| MultiMap<K,V> |
|
| NumberUtils |
|
| Pair<A,B> |
|
| Pingback<T> |
|
| PoolBase<T> |
A Pool of objects. |
| PoolFiniteBlocking<T> |
|
| PoolSync<T> |
Synchronization wrapper for a pool |
| PropertiesSorted |
Sorted output |
| PropertyUtils |
|
| RandomLib |
|
| Ref<T> |
A mutable container |
| SetUtils |
|
| SinkCounting<T> |
|
| SinkLogging<T> |
|
| SinkNull<T> |
|
| SinkPrint<T> |
|
| SinkSplit<T> |
Split a sink stream and duplicate the operations onto two sinks
See also: SinkWrapper |
| SinkWrapper<T> |
Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation
See also: SinkSplit |
| Slot<K,V> |
Key-value slot, with chaining for lookup. |
| StrUtils |
|
| SystemUtils |
|
| Tuple<T> |
Tuple class - tuples are immutable and must be created initialized |
| XMLLib |
Operations in somewhay related to XML |