|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.SafeSortedMap.SkipNode
com.tangosol.util.SafeSortedMap.DeletedNode
protected class SafeSortedMap.DeletedNode
DeletedNode is a SkipNode that is used as a marker during deletion. The delete sequence for deleting a node n such that p->n->s is as follows:
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
m_nodeBelow, m_nodeNext, m_oKey |
| Constructor Summary | |
|---|---|
protected |
SafeSortedMap.DeletedNode(java.lang.Object oKey,
SafeSortedMap.SkipNode nodeNext)
Construct a DeletedNode |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
protected boolean |
isDeleted()
Has this SkipNode been deleted? |
| Methods inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
getBelow, getKey, getNext, isIndexNode, setNext, toString |
| Constructor Detail |
|---|
protected SafeSortedMap.DeletedNode(java.lang.Object oKey,
SafeSortedMap.SkipNode nodeNext)
| Method Detail |
|---|
protected boolean isDeleted()
isDeleted in class SafeSortedMap.SkipNodepublic java.lang.String getDescription()
getDescription in class SafeSortedMap.SkipNode
|
Oracle® Coherence Java API Reference v3.5.3 E15583-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||