|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.util.SafeSortedMap.SkipNode
protected class SafeSortedMap.SkipNode
SkipNode is an entry or index node in the lattice for a SafeSortedMap's representation.
Field Summary | |
---|---|
protected SafeSortedMap.SkipNode |
m_nodeBelow The SkipNode "below" this one in the node lattice. |
protected SafeSortedMap.SkipNode |
m_nodeNext The next SkipNode in the list. |
protected java.lang.Object |
m_oKey The key represented by this SkipNode |
Constructor Summary | |
---|---|
protected |
SafeSortedMap.SkipNode(java.lang.Object oKey, SafeSortedMap.SkipNode nodeBelow) Construct a SkipNode according to the specified parameters. |
Method Summary | |
---|---|
protected SafeSortedMap.SkipNode |
getBelow() Return the node below this one in the skip-list. |
java.lang.String |
getDescription() |
java.lang.Object |
getKey() Return the key that this node represents. |
protected SafeSortedMap.SkipNode |
getNext() Return the next node in this node-list. |
protected boolean |
isDeleted() Has this SkipNode been deleted? |
protected boolean |
isIndexNode() Is this SkipNode an artifical IndexNode? |
protected void |
setNext(SafeSortedMap.SkipNode nodeNext) Set the next node in this node-list. |
java.lang.String |
toString() |
Field Detail |
---|
protected final java.lang.Object m_oKey
protected final SafeSortedMap.SkipNode m_nodeBelow
protected volatile SafeSortedMap.SkipNode m_nodeNext
Constructor Detail |
---|
protected SafeSortedMap.SkipNode(java.lang.Object oKey, SafeSortedMap.SkipNode nodeBelow)
oKey
- the key that this SkipNode represents. For synthetic index-nodes, the key is an Integer representing the index-levelnodeBelow
- the node "below" this, or nullMethod Detail |
---|
protected SafeSortedMap.SkipNode getNext()
protected void setNext(SafeSortedMap.SkipNode nodeNext)
protected SafeSortedMap.SkipNode getBelow()
public java.lang.Object getKey()
protected boolean isDeleted()
protected boolean isIndexNode()
public java.lang.String toString()
public java.lang.String getDescription()
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |