Skip navigation links 
 
com.tangosol.util
Class SafeSortedMap.IndexNode
java.lang.Object
   com.tangosol.util.SafeSortedMap.SkipNode
com.tangosol.util.SafeSortedMap.SkipNode
       com.tangosol.util.SafeSortedMap.IndexNode
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_nLevelThe level of this IndexNode
 | 
 
  
 
  
 
| 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.
 | 
 
 
 
m_nLevel
protected final int m_nLevel
- The level of this IndexNode
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
 
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 
 
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.