Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class SafeSortedMap.IndexNode

java.lang.Object
  extended by com.tangosol.util.SafeSortedMap.SkipNode
      extended by com.tangosol.util.SafeSortedMap.IndexNode

Enclosing class:
SafeSortedMap

protected class SafeSortedMap.IndexNode
extends SafeSortedMap.SkipNode

IndexNode represents the start node in the map's lattice representation at a given index-level.


Field Summary
protected  int m_nLevel
          The level of this IndexNode

 

Fields inherited from class com.tangosol.util.SafeSortedMap.SkipNode
m_atomicUpdaterNext, m_nodeBelow, m_nodeEntry, m_nodeNext

 

Constructor Summary
protected SafeSortedMap.IndexNode(int nLevel, SafeSortedMap.IndexNode nodeBelow, SafeSortedMap.EntryNode nodeEntry)
          Create a new IndexNode for the specified index-level.

 

Method Summary
 java.lang.String getDescription()
          Return a human-readable description of this SkipNode.
protected  int getLevel()
          Return the index-level that this IndexNode represents.

 

Methods inherited from class com.tangosol.util.SafeSortedMap.SkipNode
casNext, getBelow, getEntryNode, getNext, setNext

 

Field Detail

m_nLevel

protected final int m_nLevel
The level of this IndexNode

Constructor Detail

SafeSortedMap.IndexNode

protected SafeSortedMap.IndexNode(int nLevel,
                                  SafeSortedMap.IndexNode nodeBelow,
                                  SafeSortedMap.EntryNode nodeEntry)
Create a new IndexNode for the specified index-level.
Parameters:
nLevel - the index level for this IndexNode
nodeBelow - the Node of the level below
nodeEntry - the base entry node

Method Detail

getDescription

public java.lang.String getDescription()
Return a human-readable description of this SkipNode.
Returns:
a human-readable description of this SkipNode

getLevel

protected int getLevel()
Return the index-level that this IndexNode represents.
Returns:
the index-level that this IndexNode represents

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.