| Package | Description |
|---|---|
| jdbm.btree |
B+Tree (scalable persistent tree) data structure implementation.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) BPage.InsertResult<K,V> |
BPage.insert(int height,
K key,
V value,
boolean replace)
Insert the given key and value.
|