K
- The type for the KeyV
- The type for the stored valuepublic class NotPresentResult<K,V> extends AbstractResult<K,V> implements DeleteResult<K,V>
Modifier and Type | Field and Description |
---|---|
static NotPresentResult |
NOT_PRESENT
The unique instance for this class
|
Modifier and Type | Method and Description |
---|---|
Page<K,V> |
getModifiedPage() |
K |
getNewLeftMost() |
Tuple<K,V> |
getRemovedElement() |
addCopiedPage, getCopiedPages, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addCopiedPage, getCopiedPages
public static final NotPresentResult NOT_PRESENT
public Page<K,V> getModifiedPage()
getModifiedPage
in interface DeleteResult<K,V>
public Tuple<K,V> getRemovedElement()
getRemovedElement
in interface DeleteResult<K,V>
public K getNewLeftMost()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.