Uses of Class
net.sf.jstuff.core.collection.WeakHashSet
Packages that use WeakHashSet
-
Uses of WeakHashSet in net.sf.jstuff.core.collection
Methods in net.sf.jstuff.core.collection that return WeakHashSetModifier and TypeMethodDescriptionprotected WeakHashSet<E>
WeakHashSet.clone()
static <E> WeakHashSet<E>
WeakHashSet.create()
static <E> WeakHashSet<E>
WeakHashSet.create
(int initialCapacity) static <E> WeakHashSet<E>
WeakHashSet.create
(int initialCapacity, float growthFactor) Methods in net.sf.jstuff.core.collection that return types with arguments of type WeakHashSetModifier and TypeMethodDescriptionstatic <T> ThreadLocal<WeakHashSet<T>>
CollectionUtils.newThreadLocalWeakHashSet()