Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Interface and Description |
---|---|
interface |
BorrowedFromSiblingResult<K,V>
The result of an delete operation, when we have borrowed some element from a sibling.
|
interface |
DeleteResult<K,V>
The result of an delete operation.
|
interface |
InsertResult<K,V>
The result of an insert operation.
|
Modifier and Type | Class and Description |
---|---|
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.
|
class |
AbstractDeleteResult<K,V>
An abstract class to gather common elements of the DeleteResult
|
class |
AbstractResult<K,V>
An abstract class to gather common elements of the Result classes
|
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.
|
class |
BorrowedFromRightResult<K,V>
The result of a delete operation, when the child has not been merged.
|
class |
ModifyResult<K,V>
The result of an insert operation, when the child has not been split.
|
class |
NotPresentResult<K,V>
The result of an delete operation, when the key to delete is not present in the tree.
|
class |
RemoveResult<K,V>
The result of a delete operation, when the child has not been merged.
|
class |
SplitResult<K,V>
The result of an insert operation, when the page has been split.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.