Uses of Package
org.axiondb.util

Packages that use org.axiondb.util
org.axiondb.engine.indexes   
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.util
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.
IntHashMap.IntKeySet
           
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).