| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Field and Description |
|---|---|
private KeyCursor<V> |
ValueBTreeCursor.cursor
Store the current position in the array or in the BTree
|
| Modifier and Type | Method and Description |
|---|---|
KeyCursor<K> |
BTree.browseKeys()
Creates a cursor starting at the beginning of the tree
|
KeyCursor<K> |
AbstractBTree.browseKeys()
Creates a cursor starting at the beginning of the tree
|
KeyCursor<K> |
InMemoryLeaf.browseKeys(ReadTransaction<K,K> transaction,
ParentPos<K,K>[] stack,
int depth)
Browses the keys of whole tree, and creates a Cursor on top of it.
|
KeyCursor<K> |
AbstractPage.browseKeys(ReadTransaction<K,K> transaction,
ParentPos<K,K>[] stack,
int depth)
Browses the keys of whole tree, and creates a Cursor on top of it.
|
KeyCursor<K> |
PersistedLeaf.browseKeys(ReadTransaction<K,K> transaction,
ParentPos<K,K>[] stack,
int depth)
Browses the keys of whole tree, and creates a Cursor on top of it.
|
KeyCursor<K> |
Page.browseKeys(ReadTransaction<K,K> transaction,
ParentPos<K,K>[] stack,
int depth)
Browses the keys of whole tree, and creates a Cursor on top of it.
|