Class WeakHashSet<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, Set<T>

    public class WeakHashSet<T>
    extends AbstractSet<T>
    Author:
    Brennan Spies A Set implementation with weak references to contained elements.