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>

public class CopyOnUpdateSet<E> extends BasedHashSet<E>
Provides a concurrent HashSet implementation. This implementation is based on CopyOnUpdateMap.
Since:
7.0
Author:
Guy Korland
  • Constructor Details

    • CopyOnUpdateSet

      public CopyOnUpdateSet()