|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tuple | |
|---|---|
| jdbm.btree | B+Tree (scalable persistent tree) data structure implementation. |
| jdbm.helper | Miscelaneous utility classes and interfaces. |
| Uses of Tuple in jdbm.btree |
|---|
| Methods in jdbm.btree that return Tuple | |
|---|---|
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. |
| Uses of Tuple in jdbm.helper |
|---|
| Methods in jdbm.helper with parameters of type Tuple | |
|---|---|
abstract boolean |
TupleBrowser.getNext(Tuple<K,V> tuple)
Get the next tuple. |
abstract boolean |
TupleBrowser.getPrevious(Tuple<K,V> tuple)
Get the previous tuple. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||