Uses of Package
org.axiondb.util

Packages that use org.axiondb.util
org.axiondb.engine.indexes   
org.axiondb.engine.rowiterators RowIterator implementations. 
org.axiondb.util Utility classes. 
 

Classes in org.axiondb.util used by org.axiondb.engine.indexes
IntBTree
          A B-Tree for integers, based on the implementation described in "Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR).
ObjectBTree
          A B-Tree for Objects, based on the implementation described in "Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR).
 

Classes in org.axiondb.util used by org.axiondb.engine.rowiterators
ComparatorChain
           A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
 

Classes in org.axiondb.util used by org.axiondb.util
ComparableComparator
           
IntBTree
          A B-Tree for integers, based on the implementation described in "Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR).
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).
StringIdentifierGenerator
          Generates Unique Id across system