Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Method and Description |
---|---|
Cursor<K,V> |
BTree.browse()
Creates a cursor starting at the beginning of the tree
|
Cursor<K,V> |
BTree.browse(long revision)
Creates a cursor starting at the beginning of the tree, for a given revision
|
Cursor<K,V> |
BTree.browseFrom(K key)
Creates a cursor starting on the given key
|
Cursor<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.