Package org.axiondb.util

Utility classes.

See:
          Description

Interface Summary
IntHashMap.Int2ObjectEntry  
 

Class Summary
AsciiEbcdicEncoder Utility to convert Ascii to EBCDIC and vice-versa
BufferedRandomAccessFile A buffered extension of RandomAccessFile.
DataOutputOutputStream An OutputStream wrapping a DataOutput stream.
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).
IntHashMap A hash map that uses primitive interger for the key rather than objects.
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.
Utf8InputStreamConverter  
 

Package org.axiondb.util Description

Utility classes.