org.jjoost.collections.base
Class HashNode<N extends HashNode<N>>

java.lang.Object
  extended by org.jjoost.collections.base.HashNode<N>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LockFreeHashStore.LockFreeHashNode, SerialHashStore.SerialHashNode

public abstract class HashNode<N extends HashNode<N>>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int hash
           
 
Constructor Summary
HashNode(int hash)
           
 
Method Summary
abstract  N copy()
           
 int hash()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hash

public final int hash
Constructor Detail

HashNode

public HashNode(int hash)
Method Detail

copy

public abstract N copy()

hash

public final int hash()