Package | Description |
---|---|
org.apache.directory.mavibot.btree |
Modifier and Type | Field and Description |
---|---|
protected AbstractBorrowedFromSiblingResult.SiblingPosition |
AbstractBorrowedFromSiblingResult.position
Tells if the sibling is the left or right one
|
Modifier and Type | Method and Description |
---|---|
static AbstractBorrowedFromSiblingResult.SiblingPosition |
AbstractBorrowedFromSiblingResult.SiblingPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractBorrowedFromSiblingResult.SiblingPosition[] |
AbstractBorrowedFromSiblingResult.SiblingPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractBorrowedFromSiblingResult(List<Page<K,V>> copiedPages,
Page<K,V> modifiedPage,
Page<K,V> modifiedSibling,
Tuple<K,V> removedElement,
AbstractBorrowedFromSiblingResult.SiblingPosition position)
A constructor for RemoveResult with a list of copied pages.
|
AbstractBorrowedFromSiblingResult(Page<K,V> modifiedPage,
Page<K,V> modifiedSibling,
Tuple<K,V> removedElement,
AbstractBorrowedFromSiblingResult.SiblingPosition position)
The default constructor for RemoveResult.
|
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.