public class ConcurrentHashSet<E> extends MapBackedSet<E>
ConcurrentHashMap
-backed Set
.map
Constructor and Description |
---|
ConcurrentHashSet() |
ConcurrentHashSet(Collection<E> c) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E o) |
clear, contains, iterator, remove, size
equals, hashCode, removeAll
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public ConcurrentHashSet()
public ConcurrentHashSet(Collection<E> c)
public boolean add(E o)
add
in interface Collection<E>
add
in interface Set<E>
add
in class MapBackedSet<E>
Copyright © 2004–2016 Apache MINA Project. All rights reserved.