public class ConcurrentHashSet<E> extends MapBackedSet<E>
ConcurrentHashMap-backed Set.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
map| Constructor and Description |
|---|
ConcurrentHashSet() |
ConcurrentHashSet(java.util.Collection<E> c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E o) |
clear, contains, iterator, remove, sizeaddAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
public ConcurrentHashSet()
public ConcurrentHashSet(java.util.Collection<E> c)