Package com.google.code.yanf4j.util
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 com.google.code.yanf4j.util.MapBackedSet
map -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.code.yanf4j.util.MapBackedSet
clear, contains, iterator, remove, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.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>
-