K - The type for the KeyV - The type for the stored valueclass BorrowedFromLeftResult<K,V> extends AbstractBorrowedFromSiblingResult<K,V>
AbstractBorrowedFromSiblingResult.SiblingPositionposition| Constructor and Description |
|---|
BorrowedFromLeftResult(java.util.List<Page<K,V>> copiedPages,
Page<K,V> modifiedPage,
Page<K,V> modifiedSibling,
Tuple<K,V> removedElement)
A constructor for BorrowedFromLeftResult which takes a list of copied pages.
|
BorrowedFromLeftResult(Page<K,V> modifiedPage,
Page<K,V> modifiedSibling,
Tuple<K,V> removedElement)
The default constructor for BorrowedFromLeftResult.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getModifiedSibling, isFromLeft, isFromRightgetModifiedPage, getRemovedElement, setModifiedPageaddCopiedPage, getCopiedPagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetModifiedPage, getRemovedElementaddCopiedPage, getCopiedPagespublic BorrowedFromLeftResult(Page<K,V> modifiedPage, Page<K,V> modifiedSibling, Tuple<K,V> removedElement)
modifiedPage - The modified pagemodifiedSibling - The modified siblingremovedElement - The removed element (can be null if the key wasn't present in the tree)public BorrowedFromLeftResult(java.util.List<Page<K,V>> copiedPages, Page<K,V> modifiedPage, Page<K,V> modifiedSibling, Tuple<K,V> removedElement)
copiedPages - the list of copied pagesmodifiedPage - The modified pagemodifiedSibling - The modified siblingremovedElement - The removed element (can be null if the key wasn't present in the tree)public java.lang.String toString()
toString in class AbstractBorrowedFromSiblingResult<K,V>Object.toString()