| Package | Description |
|---|---|
| org.apache.directory.mavibot.btree |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractBorrowedFromSiblingResult<K,V>
The result of a delete operation, when the child has not been merged, and when
we have borrowed an element from the left sibling.
|
(package private) class |
BorrowedFromLeftResult<K,V>
The result of a delete operation, when the child has not been merged, and when
we have borrowed an element from the left sibling.
|
(package private) class |
BorrowedFromRightResult<K,V>
The result of a delete operation, when the child has not been merged.
|
| Modifier and Type | Method and Description |
|---|---|
private RemoveResult<K,V> |
InMemoryNode.handleBorrowedResult(BorrowedFromSiblingResult<K,V> borrowedResult,
int pos)
The deletion in a children has moved an element from one of its sibling.
|
private RemoveResult<K,V> |
PersistedNode.handleBorrowedResult(BorrowedFromSiblingResult<K,V> borrowedResult,
int pos)
The deletion in a children has moved an element from one of its sibling.
|