Class ConcurrentHashSet<E>

All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class ConcurrentHashSet<E> extends MapBackedSet<E>
Version:
$Rev: 597692 $, $Date: 2007-11-23 08:56:32 -0700 (Fri, 23 Nov 2007) $
See Also:
  • Field Details

  • Constructor Details

    • ConcurrentHashSet

      public ConcurrentHashSet()
    • ConcurrentHashSet

      public ConcurrentHashSet(Collection<E> c)
  • Method Details