Class ConcurrentHashSet<E>

    • Constructor Detail

      • ConcurrentHashSet

        public ConcurrentHashSet()
        Creates a new instance of ConcurrentHashSet
      • ConcurrentHashSet

        public ConcurrentHashSet​(Collection<E> collection)
        Creates a new instance of ConcurrentHashSet, initialized with the content of another collection
        Parameters:
        collection - The collection to inject in this set