org.jjoost.collections.sets.concurrent
Class LockFreeLinkedInlineMultiHashSet<V>

java.lang.Object
  extended by org.jjoost.collections.sets.base.AbstractSet<V>
      extended by org.jjoost.collections.sets.base.AbstractHashSet<V,N>
          extended by org.jjoost.collections.sets.base.InlineMultiHashSet<V,AbstractHashSet.LockFreeLinkedHashSetNode<V>>
              extended by org.jjoost.collections.sets.concurrent.LockFreeLinkedInlineMultiHashSet<V>
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<V>, AnyReadSet<V>, AnySet<V>, MultiSet<V>, Function<V,java.lang.Boolean>

public class LockFreeLinkedInlineMultiHashSet<V>
extends InlineMultiHashSet<V,AbstractHashSet.LockFreeLinkedHashSetNode<V>>

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jjoost.collections.sets.base.AbstractHashSet
AbstractHashSet.LockFreeHashSetNode<V>, AbstractHashSet.LockFreeHashSetNodeFactory<V>, AbstractHashSet.LockFreeLinkedHashSetNode<V>, AbstractHashSet.LockFreeLinkedHashSetNodeFactory<V>, AbstractHashSet.SerialHashSetNode<V>, AbstractHashSet.SerialHashSetNodeFactory<V>, AbstractHashSet.SerialLinkedHashSetNode<V>, AbstractHashSet.SerialLinkedHashSetNodeFactory<V>
 
Constructor Summary
LockFreeLinkedInlineMultiHashSet()
           
LockFreeLinkedInlineMultiHashSet(int minimumInitialCapacity, float loadFactor)
           
LockFreeLinkedInlineMultiHashSet(int minimumInitialCapacity, float loadFactor, Rehasher rehasher, Equality<? super V> keyEquality)
           
 
Method Summary
 
Methods inherited from class org.jjoost.collections.sets.base.InlineMultiHashSet
add, copy, equality, permitsDuplicates, put, put, unique, uniqueCount
 
Methods inherited from class org.jjoost.collections.sets.base.AbstractHashSet
all, apply, capacity, clear, clearAndReturn, contains, count, first, isEmpty, iterator, list, lockFreeLinkedNodeFactory, lockFreeNodeFactory, putAll, putIfAbsent, remove, remove, removeAndReturn, removeAndReturn, removeAndReturnFirst, removeAndReturnFirst, resize, serialLinkedNodeFactory, serialNodeFactory, shrink, totalCount
 
Methods inherited from class org.jjoost.collections.sets.base.AbstractSet
equals, equals
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jjoost.collections.AnySet
clear, clearAndReturn, putAll, putIfAbsent, remove, remove, removeAndReturn, removeAndReturn, removeAndReturnFirst, removeAndReturnFirst, shrink
 
Methods inherited from interface org.jjoost.collections.AnyReadSet
all, contains, count, first, isEmpty, list, totalCount
 
Methods inherited from interface java.lang.Iterable
iterator
 
Methods inherited from interface org.jjoost.util.Function
apply
 

Constructor Detail

LockFreeLinkedInlineMultiHashSet

public LockFreeLinkedInlineMultiHashSet()

LockFreeLinkedInlineMultiHashSet

public LockFreeLinkedInlineMultiHashSet(int minimumInitialCapacity,
                                        float loadFactor)

LockFreeLinkedInlineMultiHashSet

public LockFreeLinkedInlineMultiHashSet(int minimumInitialCapacity,
                                        float loadFactor,
                                        Rehasher rehasher,
                                        Equality<? super V> keyEquality)