Class ConcurrentHashSet<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
com.google.code.yanf4j.util.MapBackedSet<E>
com.google.code.yanf4j.util.ConcurrentHashSet<E>
- All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
A
ConcurrentHashMap-backed Set.- Version:
- $Rev: 597692 $, $Date: 2007-11-23 08:56:32 -0700 (Fri, 23 Nov 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
- See Also:
-
Field Summary
Fields inherited from class MapBackedSet
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ConcurrentHashSet
public ConcurrentHashSet() -
ConcurrentHashSet
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<E>- Specified by:
addin interfaceSet<E>- Overrides:
addin classMapBackedSet<E>
-