org.zilonis.network.alpha
Class AlphaMemoryIndex

java.lang.Object
  extended by org.zilonis.util.Index<NodeInAlphaMemory>
      extended by org.zilonis.network.alpha.AlphaMemoryIndex
All Implemented Interfaces:
NextHolder

public class AlphaMemoryIndex
extends Index<NodeInAlphaMemory>


Constructor Summary
AlphaMemoryIndex()
           
 
Method Summary
 int getHashCode(NodeInAlphaMemory node)
           
 int getHashValue(Scope scope, long nodeId, java.lang.String symbol)
           
 
Methods inherited from class org.zilonis.util.Index
add, add, get, getSegment, lock, removeLast, setNext, unlock, validateList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaMemoryIndex

public AlphaMemoryIndex()
Method Detail

getHashValue

public int getHashValue(Scope scope,
                        long nodeId,
                        java.lang.String symbol)

getHashCode

public int getHashCode(NodeInAlphaMemory node)
Specified by:
getHashCode in class Index<NodeInAlphaMemory>