See: Description
| Class | Description |
|---|---|
| BPage<K,V> |
Page of a Btree.
|
| BPage |
Page of a Btree.
|
| BPage.InsertResult<K,V> |
STATIC INNER CLASS
Result from insert() method call.
|
| BPage.RemoveResult<K,V> |
STATIC INNER CLASS
Result from remove() method call.
|
| BTree<K,V> |
B+Tree persistent indexing data structure.
|
| BTree |
B+Tree persistent indexing data structure.
|
B+Tree (scalable persistent tree) data structure implementation.