Class ConcurrentHashSet<E>

  • Type Parameters:
    E -
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.NavigableSet<E>, java.util.Set<E>, java.util.SortedSet<E>

    @Deprecated
    public class ConcurrentHashSet<E>
    extends java.util.concurrent.ConcurrentSkipListSet<E>
    Deprecated.
    Use ConcurrentSkipListSet instead
    ConcurrentHashSet based on ConcurrentSkipListSet
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.util.concurrent.ConcurrentSkipListSet

        add, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, equals, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, removeAll, size, spliterator, subSet, subSet, tailSet, tailSet
      • Methods inherited from class java.util.AbstractSet

        hashCode
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        addAll, containsAll, hashCode, retainAll, toArray, toArray
    • Constructor Detail

      • ConcurrentHashSet

        public ConcurrentHashSet()
        Deprecated.
      • ConcurrentHashSet

        public ConcurrentHashSet​(java.util.Collection<? extends E> c)
        Deprecated.
      • ConcurrentHashSet

        public ConcurrentHashSet​(java.util.Comparator<? super E> comparator)
        Deprecated.
      • ConcurrentHashSet

        public ConcurrentHashSet​(java.util.SortedSet<E> s)
        Deprecated.