Class Summary |
BTreeIndex<Key,Value> |
BTreeIndex represents a Variable Magnitude B+Tree in a Page File. |
BTreeIndex.StringPrefixer |
StringPrefixer is a Prefixer implementation that works on strings. |
BTreeNode<Key,Value> |
The BTreeNode class represents a node in the BTree object graph. |
BTreeNode.Marshaller<Key,Value> |
The Marshaller is used to store and load the data in the BTreeNode into a Page. |
BTreeVisitor.AndVisitor<Key,Value> |
|
BTreeVisitor.BetweenVisitor<Key extends Comparable<Key>,Value> |
|
BTreeVisitor.GTEVisitor<Key extends Comparable<Key>,Value> |
|
BTreeVisitor.GTVisitor<Key extends Comparable<Key>,Value> |
|
BTreeVisitor.LTEVisitor<Key extends Comparable<Key>,Value> |
|
BTreeVisitor.LTVisitor<Key extends Comparable<Key>,Value> |
|
BTreeVisitor.OrVisitor<Key,Value> |
|
BTreeVisitor.PredicateVisitor<Key,Value> |
|
HashIndex<Key,Value> |
BTree implementation |
ListIndex<Key,Value> |
|
ListNode<Key,Value> |
The ListNode class represents a node in the List object graph. |
ListNode.NodeMarshaller<Key,Value> |
The Marshaller is used to store and load the data in the ListNode into a Page. |