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>

public class WeakHashSet<E> extends MapBackedSet<E> implements Cloneable
Author:
Sebastian Thomschke
See Also:
  • Constructor Details

    • WeakHashSet

      public WeakHashSet()
    • WeakHashSet

      public WeakHashSet(int initialCapacity)
    • WeakHashSet

      public WeakHashSet(Collection<E> initialValues)
    • WeakHashSet

      public WeakHashSet(int initialCapacity, float growthFactor)
  • Method Details

    • create

      public static <E> WeakHashSet<E> create()
    • create

      public static <E> WeakHashSet<E> create(int initialCapacity)
    • create

      public static <E> WeakHashSet<E> create(int initialCapacity, float growthFactor)
    • clone

      protected WeakHashSet<E> clone()
      Overrides:
      clone in class Object