Class ConcurrentHashSet<E>

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.eclipse.jetty.util.ConcurrentHashSet<E>
All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>

@Deprecated public class ConcurrentHashSet<E> extends AbstractSet<E> implements Set<E>
Deprecated.
Use Java 8 method ConcurrentHashMap.newKeySet() instead.