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 com.gigaspaces.internal.utils.collections.BasedHashSet
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
equals, hashCode, spliterator
-
Constructor Details
-
ConcurrentHashSet
public ConcurrentHashSet()
-