Package | Description |
---|---|
org.apache.directory.mavibot.btree.managed | |
org.apache.directory.mavibot.btree.memory |
Modifier and Type | Class and Description |
---|---|
class |
CursorImpl<K,V>
A Cursor is used to fetch elements in a BTree and is returned by the
|
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
BTree.browse()
Creates a cursor starting at the beginning of the tree
|
Modifier and Type | Method and Description |
---|---|
TupleCursor<K,V> |
BTree.browse()
Creates a cursor starting at the beginning of the tree
|
TupleCursor<K,V> |
BTree.browse(long revision)
Creates a cursor starting at the beginning of the tree, for a given revision
|
TupleCursor<K,V> |
BTree.browseFrom(K key)
Creates a cursor starting on the given key
|
TupleCursor<K,V> |
BTree.browseFrom(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.