|
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.IndexNode
protected class SafeSortedMap.IndexNode
IndexNode represents the start node in the map's lattice representation at a given index-level.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
m_nodeBelow, m_nodeNext, m_oKey |
| Constructor Summary | |
|---|---|
protected |
SafeSortedMap.IndexNode(int nLevel,
SafeSortedMap.IndexNode nodeBelow)
Create a new IndexNode for the specified index-level. |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
protected int |
getLevel()
Return the index-level that this IndexNode represents. |
boolean |
isIndexNode()
Is this SkipNode an artifical IndexNode? |
| Methods inherited from class com.tangosol.util.SafeSortedMap.SkipNode |
|---|
getBelow, getKey, getNext, isDeleted, setNext, toString |
| Constructor Detail |
|---|
protected SafeSortedMap.IndexNode(int nLevel,
SafeSortedMap.IndexNode nodeBelow)
nLevel - the index level for this IndexNodenodeBelow - the IndexNode of the level below| Method Detail |
|---|
public java.lang.String getDescription()
getDescription in class SafeSortedMap.SkipNodepublic boolean isIndexNode()
isIndexNode in class SafeSortedMap.SkipNodeprotected int getLevel()
|
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 | |||||||