Package org.axiondb.util

Utility classes.

See:
          Description

Class Summary
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 Exceptions into SQLExceptions.
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 IntListIterators into a single IntListIterator.
NullObject  
ObjectBTree A B-Tree for Objects, based on the implementation described in "Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR).
StringBTree An ObjectBTreeoptimized for reading and writing Strings.
StringIdentifierGenerator Generates Unique Id across system
Utf8InputStreamConverter  
Utils  
ValuePool Supports pooling of small range of integer values.
 

Package org.axiondb.util Description

Utility classes.