final class JavaConcurrentHashSet[A] extends Set[A]
EXPERIMENTAL - A Java Set based on ConcurrentHashMap
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JavaConcurrentHashSet
- Set
- Collection
- Iterable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JavaConcurrentHashSet()
- new JavaConcurrentHashSet(initialCapacity: Int)
- new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float)
- new JavaConcurrentHashSet(initialCapacity: Int, loadFactor: Float, concurrencyLevel: Int)
- new JavaConcurrentHashSet(map: java.util.concurrent.ConcurrentHashMap[A, Boolean])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add(elem: A): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def addAll(col: Collection[_ <: A]): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asScala: ConcurrentHashSet[A]
- def clear(): Unit
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def contains(obj: AnyRef): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def containsAll(col: Collection[_]): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forEach(arg0: Consumer[_ >: A <: AnyRef]): Unit
- Definition Classes
- Iterable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- JavaConcurrentHashSet → Set → Collection → AnyRef → Any
- def isEmpty(): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator(): Iterator[A]
- Definition Classes
- JavaConcurrentHashSet → Set → Collection → Iterable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def parallelStream(): Stream[A]
- Definition Classes
- Collection
- def remove(obj: AnyRef): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def removeAll(col: Collection[_]): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def removeIf(arg0: Predicate[_ >: A <: AnyRef]): Boolean
- Definition Classes
- Collection
- def retainAll(col: Collection[_]): Boolean
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def size(): Int
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def spliterator(): Spliterator[A]
- Definition Classes
- Set → Collection → Iterable
- def stream(): Stream[A]
- Definition Classes
- Collection
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toArray[T](a: Array[T]): Array[T]
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def toArray(): Array[AnyRef]
- Definition Classes
- JavaConcurrentHashSet → Set → Collection
- def toArray[T <: AnyRef](arg0: IntFunction[Array[T]]): Array[T]
- Definition Classes
- Collection
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])