Package | Description |
---|---|
jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
Modifier and Type | Method and Description |
---|---|
TupleBrowser |
BTree.browse()
Get a browser initially positioned at the beginning of the BTree.
|
TupleBrowser |
BTree.browse(Object key)
Get a browser initially positioned just before the given key.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.