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