| Package | Description |
|---|---|
| jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) BPage.RemoveResult<K,V> |
BPage.remove(int height,
K key)
Remove the entry associated with the given key.
|