Class CopyOnUpdateSet<E>
java.lang.Object
com.gigaspaces.internal.utils.collections.BasedHashSet<E>
com.gigaspaces.internal.utils.collections.CopyOnUpdateSet<E>
- All Implemented Interfaces:
Iterable<E>,Collection<E>,Set<E>
Provides a concurrent HashSet implementation. This implementation is based on CopyOnUpdateMap.
- Since:
- 7.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
-
CopyOnUpdateSet
public CopyOnUpdateSet()
-