K
- The type for the KeyV
- The type for the stored valuepublic class RemoveResult<K,V> extends AbstractDeleteResult<K,V>
Constructor and Description |
---|
RemoveResult(List<Page<K,V>> copiedPages,
Page<K,V> modifiedPage,
Tuple<K,V> removedElement)
A constructor for RemoveResult which takes a list of copied pages.
|
RemoveResult(Page<K,V> modifiedPage,
Tuple<K,V> removedElement)
The default constructor for RemoveResult.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getModifiedPage, getRemovedElement, setModifiedPage
addCopiedPage, getCopiedPages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addCopiedPage, getCopiedPages
public RemoveResult(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 RemoveResult(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 String toString()
toString
in class AbstractResult<K,V>
Object.toString()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.