K - The type for the KeyV - The type for the stored valueclass 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 | Constructor and Description |
|---|---|
private |
NotPresentResult()
A private void constructor, as we won't have any other instance.
|
| Modifier and Type | Method and Description |
|---|---|
Page<K,V> |
getModifiedPage() |
K |
getNewLeftMost() |
Tuple<K,V> |
getRemovedElement() |
addCopiedPage, getCopiedPages, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddCopiedPage, getCopiedPagespublic static final NotPresentResult NOT_PRESENT
private NotPresentResult()
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()