org.jjoost.collections.base
Class SerialHashStore.SerialHashNode<N extends SerialHashStore.SerialHashNode<N>>

java.lang.Object
  extended by org.jjoost.collections.base.HashNode<N>
      extended by org.jjoost.collections.base.SerialHashStore.SerialHashNode<N>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractHashSet.SerialHashSetNode, SerialCountingMultiHashSet.Node, SerialLinkedHashStore.SerialLinkedHashNode, SerialNestedMultiHashSet.Node
Enclosing class:
SerialHashStore<N extends SerialHashStore.SerialHashNode<N>>

public abstract static class SerialHashStore.SerialHashNode<N extends SerialHashStore.SerialHashNode<N>>
extends HashNode<N>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jjoost.collections.base.HashNode
hash
 
Constructor Summary
SerialHashStore.SerialHashNode(int hash)
           
 
Method Summary
 
Methods inherited from class org.jjoost.collections.base.HashNode
copy, hash
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialHashStore.SerialHashNode

public SerialHashStore.SerialHashNode(int hash)