| Interface | Description |
|---|---|
| Cache<Key,Value> |
A cache
|
| CacheSet<T> | |
| Callback<T> | Deprecated |
| Closeable |
Close this object.
|
| Creator<T> |
Represents a creator of things.
|
| IdentityFinishCollector<T,A> | |
| IdentityFinishCollector.ConcurrentUnorderedIdentityFinishCollector<T,A> | |
| IdentityFinishCollector.UnorderedIdentityFinishCollector<T,A> | |
| Pool<T> | |
| ProgressMonitor.Output | |
| Sink<T> |
Interface for the destination of things
|
| Sync |
| Class | Description |
|---|---|
| Alarm |
An Alarm set by AlarmClock
|
| AlarmClock |
An AlarmClock is an object that will make a callback (with a value) at a
preset time.
|
| Alg | |
| ArrayUtils |
Collection of array-related operations
|
| BitsInt |
Utilities for manipulating a bit pattern which are held in a 32 bit int.
|
| BitsLong |
Utilities for manipulating a bit pattern which are held in a 64 bit long
|
| ByteBufferLib | |
| Bytes |
Byte-oriented operations.
|
| CacheFactory | |
| Chars | |
| CollectionUtils | |
| DateTimeUtils | |
| EscapeStr |
String escape utilities
|
| FileOps |
A library of utility operations on files and the filing system
|
| Hex |
Working in hex ...
|
| IRILib |
Operations related to IRIs
|
| Lib | |
| ListUtils |
Various things for lists
|
| Map2<K,V> |
A map with parent sharing.
|
| NumberUtils | |
| Pair<A,B> | |
| PairOfSameType<T> | |
| PoolBase<T> |
A Pool of objects.
|
| PoolSync<T> |
Synchronization wrapper for a pool
|
| ProgressMonitor |
Progress monitor - output lines to show the progress of some long running operation.
|
| PropertiesSorted |
Sorted output
|
| PropertyUtils | |
| RandomLib | |
| RefCountingMap<K,T> |
A key -> value 'map' which reference counts entries.
|
| Registry<K,T> | |
| SetUtils |
Set specific operations
|
| 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 |
| StrUtils |
Some functions that act on strings
|
| SystemUtils | |
| Timer |
A Timer of operations
|
| 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.
|
| Version |
Manage version information for subsystems
|
| XMLLib |
Operations in someway related to XML
|
| Enum | Description |
|---|---|
| CharSpace |
rather write 'true' or 'false', use this enum
|
| Exception | Description |
|---|---|
| InternalErrorException | |
| NotImplemented |
Licenced under the Apache License, Version 2.0