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