Class ConcurrentHashSet<V>
java.lang.Object
com.itextpdf.commons.datastructures.ConcurrentHashSet<V>
- Type Parameters:
V- type of the values
- All Implemented Interfaces:
Iterable<V>, Collection<V>, Set<V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
spliterator
-
Field Details
-
set
-
-
Constructor Details
-
ConcurrentHashSet
public ConcurrentHashSet()Constructs a new, empty set.
-
-
Method Details
-
size
-
isEmpty
-
contains
-
iterator
-
toArray
-
add
-
remove
-
addAll
-
clear
-
equals
-
hashCode
-
forEach
-
removeAll
-
retainAll
-
containsAll
- Specified by:
containsAllin interfaceCollection<V>- Specified by:
containsAllin interfaceSet<V>
-
toArray
-