Class ConcurrentHashSet<E>

    • Constructor Detail

      • ConcurrentHashSet

        public ConcurrentHashSet()
        Deprecated.
      • ConcurrentHashSet

        public ConcurrentHashSet​(int concurrencyLevel)
        Deprecated.
        Parameters:
        concurrencyLevel - passed in to the underlying CHM. See ConcurrentHashMap(int, float, int) javadocs for details.
      • ConcurrentHashSet

        public ConcurrentHashSet​(int initSize,
                                 float loadFactor,
                                 int concurrencyLevel)
        Deprecated.
        Params passed in to the underlying CHM. See ConcurrentHashMap(int, float, int) javadocs for details.
    • Method Detail

      • size

        public int size()
        Deprecated.
      • isEmpty

        public boolean isEmpty()
        Deprecated.
      • contains

        public boolean contains​(Object o)
        Deprecated.
      • iterator

        public Iterator<E> iterator()
        Deprecated.
      • toArray

        public Object[] toArray()
        Deprecated.
      • toArray

        public <T> T[] toArray​(T[] a)
        Deprecated.
      • add

        public boolean add​(E o)
        Deprecated.
      • remove

        public boolean remove​(Object o)
        Deprecated.
      • containsAll

        public boolean containsAll​(Collection<?> c)
        Deprecated.
      • addAll

        public boolean addAll​(Collection<? extends E> c)
        Deprecated.
      • retainAll

        public boolean retainAll​(Collection<?> c)
        Deprecated.
      • removeAll

        public boolean removeAll​(Collection<?> c)
        Deprecated.
      • clear

        public void clear()
        Deprecated.