Package net.sf.jstuff.core.collection
Class WeakHashSet<E>
java.lang.Object
net.sf.jstuff.core.collection.MapBackedSet<E>
net.sf.jstuff.core.collection.WeakHashSet<E>
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<E>
,Collection<E>
,Set<E>
- Author:
- Sebastian Thomschke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWeakHashSet
(int initialCapacity) WeakHashSet
(int initialCapacity, float growthFactor) WeakHashSet
(Collection<E> initialValues) -
Method Summary
Modifier and TypeMethodDescriptionprotected WeakHashSet<E>
clone()
static <E> WeakHashSet<E>
create()
static <E> WeakHashSet<E>
create
(int initialCapacity) static <E> WeakHashSet<E>
create
(int initialCapacity, float growthFactor) Methods inherited from class net.sf.jstuff.core.collection.MapBackedSet
add, addAll, clear, contains, containsAll, create, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
toArray