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
    @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 finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forEach(arg0: Consumer[_ >: A]): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def parallelStream(): Stream[A]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Set[A]

Inherited from Collection[A]

Inherited from Iterable[A]

Inherited from AnyRef

Inherited from Any

Ungrouped