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) $
- See Also:
-
Field Summary
FieldsFields 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, size
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.Set
addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ConcurrentHashSet
public ConcurrentHashSet() -
ConcurrentHashSet
-
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<E>
- Specified by:
add
in interfaceSet<E>
- Overrides:
add
in classMapBackedSet<E>
-