|
||||||||||
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 |
BTree.findGreaterOrEqual(java.lang.Object 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 tuple)
Get the next tuple. |
abstract boolean |
TupleBrowser.getPrevious(Tuple tuple)
Get the previous tuple. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |