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

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

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


Constructor Summary
LockFreeLinkedCountingMultiHashSet.NodeFactory()
           
 
Method Summary
 LockFreeLinkedCountingMultiHashSet.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

LockFreeLinkedCountingMultiHashSet.NodeFactory

public LockFreeLinkedCountingMultiHashSet.NodeFactory()
Method Detail

makeNode

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