Class | Description |
---|---|
AsciiEbcdicEncoder |
Utility to convert Ascii to EBCDIC and vice-versa
|
ComparableComparator | |
ComparatorChain |
A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
|
DateTimeUtils |
Methods to support manipulation and conversion of date, time and timestamp
values.
|
ExceptionConverter |
Converts Axion-specific
Exception s into SQLException s. |
IntBTree |
A B-Tree for integers, based on the implementation described in "Introduction to
Algorithms" by Cormen, Leiserson and Rivest (CLR).
|
IntIteratorIntListIterator | |
IntListIteratorChain |
Concatenates multiple
IntListIterator s into
a single IntListIterator . |
NullObject | |
ObjectBTree |
A B-Tree for
Object s, based on the implementation described in
"Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR). |
StringBTree |
An
ObjectBTree optimized for reading and writing Strings. |
StringIdentifierGenerator |
Generates Unique Id across system
|
Utf8InputStreamConverter | |
Utils | |
ValuePool |
Supports pooling of small range of integer values.
|
Utility classes.