Package net.i2p.util

Class ConcurrentHashSet<E>

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

    public class ConcurrentHashSet<E>
    extends AbstractSet<E>
    implements Set<E>
    Implement on top of a ConcurrentHashMap with a dummy value.
    Author:
    zzz