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 |
BTree.findGreaterOrEqual(Object 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 tuple)
Get the next tuple.
|
abstract boolean |
TupleBrowser.getPrevious(Tuple tuple)
Get the previous tuple.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.