Class ConcurrentHashSet<E>
java.lang.Object
com.gigaspaces.internal.utils.collections.BasedHashSet<E>
com.gigaspaces.internal.utils.collections.ConcurrentHashSet<E>
- All Implemented Interfaces:
Iterable<E>, Collection<E>, Set<E>
Provides a concurrent HashSet implementation. This implementation is based on ConcurrentHashMap.
- Since:
- 5.0
- Version:
- 1.0
- Author:
- Guy Korland
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BasedHashSet
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface Set
equals, hashCode, spliterator
-
Constructor Details
-
ConcurrentHashSet
public ConcurrentHashSet()
-