org.jjoost.collections.sets.concurrent
Class LockFreeCountingMultiHashSet.NodeFactory<V>

java.lang.Object
  extended by org.jjoost.collections.sets.concurrent.LockFreeCountingMultiHashSet.NodeFactory<V>
All Implemented Interfaces:
HashNodeFactory<V,LockFreeCountingMultiHashSet.Node<V>>
Enclosing class:
LockFreeCountingMultiHashSet<V>

public static final class LockFreeCountingMultiHashSet.NodeFactory<V>
extends java.lang.Object
implements HashNodeFactory<V,LockFreeCountingMultiHashSet.Node<V>>


Constructor Summary
LockFreeCountingMultiHashSet.NodeFactory()
           
 
Method Summary
 LockFreeCountingMultiHashSet.Node<V> makeNode(int hash, V value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockFreeCountingMultiHashSet.NodeFactory

public LockFreeCountingMultiHashSet.NodeFactory()
Method Detail

makeNode

public final LockFreeCountingMultiHashSet.Node<V> makeNode(int hash,
                                                           V value)
Specified by:
makeNode in interface HashNodeFactory<V,LockFreeCountingMultiHashSet.Node<V>>