org.apache.mina.util
public class ConcurrentHashSet<E> extends MapBackedSet<E>
ConcurrentHashMap
-backed Set
.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, size
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
public ConcurrentHashSet()
public ConcurrentHashSet(java.util.Collection<E> c)