Interface | Description |
---|---|
ActionKeyValue<KeyType,ValueType> | |
Allocator<T> | |
Cache<Key,Value> |
A cache
|
CacheSet<T> | |
CacheStats<K,V> |
A cache with some readable statistics
|
Callback<T> | |
Closeable | |
Pool<T> | |
Sink<T> |
Interface for the destination of things
|
Sync |
Class | Description |
---|---|
AlarmClock |
An AlarmClock is an object that will make a callback (with a vaklue) at a preset time.
|
Alg | |
ArrayUtils |
Collection of array-related operations
|
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 | |
CollectionUtils | |
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 indirecting to other implementations
|
FileOps | |
Hex |
Working in hex ...
|
IRILib | Deprecated
Moved to IRILib
|
Lib | |
ListUtils |
Various things for lists
|
Map2<K,V> |
A map with parent sharing.
|
MapUtils |
Map specific functions
|
MultiMap<K,V> | |
MultiSet<T> |
A MultiSet - also known as a Bag
|
NumberUtils | |
Pair<A,B> | |
Pingback<T> |
Binding of a value to a Callback as a Runnable
|
PoolBase<T> |
A Pool of objects.
|
PoolFiniteBlocking<T> |
Finite capacity pool - capacity is fixed at create time
|
PoolSync<T> |
Synchronization wrapper for a pool
|
PropertiesSorted |
Sorted output
|
PropertyUtils | |
RandomLib | |
Ref<T> |
A mutable container
|
RefLong | |
ReverseComparator<T> |
Comparator that compares the other way round to it's sub-comparator
|
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 |
SinkToCollection<T> |
Send items to a collection
|
SinkToQueue<T> |
Send items to a blocking queue
|
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 | |
Trie<T> |
An implementation of a classic Trie, this is a mapping from strings to some
value type optimized for fast prefix search and match.
|
Tuple<T> |
Tuple class - tuples are immutable and must be created initialized
|
XMLLib |
Operations in somewhay related to XML
|
Exception | Description |
---|---|
InternalErrorException | |
NotImplemented | |
Problem |
Licenced under the Apache License, Version 2.0