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 asScala: ConcurrentHashSet[A]

    Permalink
  8. def clear(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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