Class

fm.common

JavaConcurrentHashSet

Related Doc: package common

Permalink

final class JavaConcurrentHashSet[A] extends Set[A]

EXPERIMENTAL - A Java Set based on ConcurrentHashMap

Linear Supertypes
Set[A], Collection[A], Iterable[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JavaConcurrentHashSet
  2. Set
  3. Collection
  4. Iterable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JavaConcurrentHashSet()

    Permalink
  2. new JavaConcurrentHashSet(initialCapacity: Int)

    Permalink
  3. new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float)

    Permalink
  4. new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float, concurrencyLevel: Int)

    Permalink
  5. new JavaConcurrentHashSet(map: java.util.concurrent.ConcurrentHashMap[A, Boolean])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(elem: A): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  5. def addAll(col: Collection[_ <: A]): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. def contains(obj: AnyRef): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  10. def containsAll(col: Collection[_]): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def forEach(arg0: Consumer[_ >: A]): Unit

    Permalink
    Definition Classes
    Iterable
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection → AnyRef → Any
  16. def isEmpty(): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def iterator(): Iterator[A]

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection → Iterable
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def parallelStream(): Stream[A]

    Permalink
    Definition Classes
    Collection
  23. def remove(obj: AnyRef): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  24. def removeAll(col: Collection[_]): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  25. def removeIf(arg0: Predicate[_ >: A]): Boolean

    Permalink
    Definition Classes
    Collection
  26. def retainAll(col: Collection[_]): Boolean

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  27. def size(): Int

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  28. def spliterator(): Spliterator[A]

    Permalink
    Definition Classes
    Set → Collection → Iterable
  29. def stream(): Stream[A]

    Permalink
    Definition Classes
    Collection
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toArray[T](a: Array[T]): Array[T]

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  32. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  33. def toArray[T](arg0: IntFunction[Array[T]]): Array[T]

    Permalink
    Definition Classes
    Collection
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Set[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped