| Package | Description |
|---|---|
| org.axiondb.engine.indexes | |
| org.axiondb.engine.rowiterators |
RowIterator implementations. |
| org.axiondb.util |
Utility classes.
|
| Class and Description |
|---|
| 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). |
| Class and Description |
|---|
| ComparatorChain
A ComparatorChain is a Comparator that wraps one or more Comparators in sequence.
|
| Class and Description |
|---|
| 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
|