Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Method and Description |
---|---|
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(long revision,
K key)
Creates a cursor starting on the given key at the given revision
|
boolean |
BTree.contains(long revision,
K key,
V value)
Checks if the BTree contains the given key with the given value for a given revision
|
V |
BTree.get(K key)
Find a value in the tree, given its key.
|
V |
BTree.get(long revision,
K key)
Find a value in the tree, given its key, at a specific revision.
|
BTree<V,V> |
BTree.getValues(K key) |
boolean |
BTree.hasKey(long revision,
K key)
Checks if the given key exists for a given revision.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.