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>

public class ConcurrentHashSet<E> extends BasedHashSet<E>
Provides a concurrent HashSet implementation. This implementation is based on ConcurrentHashMap.
Since:
5.0
Version:
1.0
Author:
Guy Korland
  • Constructor Details

    • ConcurrentHashSet

      public ConcurrentHashSet()