Packages

c

fm.common

JavaConcurrentHashSet

final class JavaConcurrentHashSet[A] extends Set[A]

EXPERIMENTAL - A Java Set based on ConcurrentHashMap

Source
JavaConcurrentHashSet.scala
Linear Supertypes
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. Protected

Instance Constructors

  1. new JavaConcurrentHashSet()
  2. new JavaConcurrentHashSet(initialCapacity: Int)
  3. new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float)
  4. new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float, concurrencyLevel: Int)
  5. new JavaConcurrentHashSet(map: java.util.concurrent.ConcurrentHashMap[A, Boolean])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(elem: A): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  5. def addAll(col: Collection[_ <: A]): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asScala: ConcurrentHashSet[A]
  8. def clear(): Unit
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. def contains(obj: AnyRef): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  11. def containsAll(col: Collection[_]): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def forEach(arg0: Consumer[_ >: A <: AnyRef]): Unit
    Definition Classes
    Iterable
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    JavaConcurrentHashSet → Set → Collection → AnyRef → Any
  17. def isEmpty(): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def iterator(): Iterator[A]
    Definition Classes
    JavaConcurrentHashSet → Set → Collection → Iterable
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def parallelStream(): Stream[A]
    Definition Classes
    Collection
  24. def remove(obj: AnyRef): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  25. def removeAll(col: Collection[_]): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  26. def removeIf(arg0: Predicate[_ >: A <: AnyRef]): Boolean
    Definition Classes
    Collection
  27. def retainAll(col: Collection[_]): Boolean
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  28. def size(): Int
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  29. def spliterator(): Spliterator[A]
    Definition Classes
    Set → Collection → Iterable
  30. def stream(): Stream[A]
    Definition Classes
    Collection
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toArray[T](a: Array[T]): Array[T]
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  33. def toArray(): Array[AnyRef]
    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  34. def toArray[T <: AnyRef](arg0: IntFunction[Array[T]]): Array[T]
    Definition Classes
    Collection
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Set[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped