K - The type for the KeyV - The type for the stored valueclass MergedWithSiblingResult<K,V> extends AbstractDeleteResult<K,V>
| Constructor and Description |
|---|
MergedWithSiblingResult(java.util.List<Page<K,V>> copiedPages,
Page<K,V> modifiedPage,
Tuple<K,V> removedElement)
A constructor for RemoveResult which takes a list of copied page.
|
MergedWithSiblingResult(Page<K,V> modifiedPage,
Tuple<K,V> removedElement)
The default constructor for RemoveResult.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getModifiedPage, getRemovedElement, setModifiedPageaddCopiedPage, getCopiedPagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddCopiedPage, getCopiedPagespublic MergedWithSiblingResult(Page<K,V> modifiedPage, Tuple<K,V> removedElement)
modifiedPage - The modified pageremovedElement - The removed element (can be null if the key wasn't present in the tree)public MergedWithSiblingResult(java.util.List<Page<K,V>> copiedPages, Page<K,V> modifiedPage, Tuple<K,V> removedElement)
copiedPages - the list of copied pagesmodifiedPage - The modified pageremovedElement - The removed element (can be null if the key wasn't present in the tree)public java.lang.String toString()
toString in class AbstractResult<K,V>Object.toString()