Package | Description |
---|---|
jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
jdbm.helper |
Miscelaneous utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
Tuple<K,V> |
BTree.findGreaterOrEqual(K key)
Find the value associated with the given key, or the entry immediately
following this key in the ordered BTree.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
TupleBrowser.getNext(Tuple<K,V> tuple)
Get the next tuple.
|
abstract boolean |
TupleBrowser.getPrevious(Tuple<K,V> tuple)
Get the previous tuple.
|
Copyright © 2018. All rights reserved.