Class StrongConcurrentSet<T>

  • All Implemented Interfaces:
    java.lang.Iterable<T>, java.util.Collection<T>, java.util.Set<T>

    public class StrongConcurrentSet<T>
    extends AbstractConcurrentSet<T>
    This implementation uses strong references to the elements.