fm.common

JavaConcurrentHashSet

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
Learn more about member selection
Visibility
  1. Public
  2. All

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(elem: A): Boolean

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

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

    Definition Classes
    Any
  9. def asScala: ConcurrentHashSet[A]

  10. def clear(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def remove(obj: AnyRef): Boolean

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

    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  27. def retainAll(col: Collection[_]): Boolean

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

    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  29. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Definition Classes
    JavaConcurrentHashSet → Set → Collection
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Set[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped