class ofBoolean extends IntBacked[Boolean]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ofBoolean
- IntBacked
- AtomicArrayBuilder
- Builder
- Growable
- Clearable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ofBoolean()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ++=(xs: collection.IterableOnce[Boolean]): ofBoolean.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def +=(elem: Boolean): ofBoolean.this.type
- Definition Classes
- Growable
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAll(xs: collection.IterableOnce[Boolean]): ofBoolean.this.type
- Definition Classes
- Growable
- def addOne(elem: Boolean): ofBoolean.this.type
- Definition Classes
- ofBoolean → Growable
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- IntBacked → Builder → Clearable
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var elems: Array[Int]
- Attributes
- protected
- Definition Classes
- IntBacked
- def ensureSpace(): Unit
- Attributes
- protected
- Definition Classes
- IntBacked
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def knownSize: Int
- Definition Classes
- Growable
- def mapResult[NewTo](f: (AtomicArray[Boolean]) => NewTo): Builder[Boolean, NewTo]
- Definition Classes
- Builder
- 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 result(): AtomicArray[Boolean]
- Definition Classes
- ofBoolean → Builder
- def setCapacity(newCap: Int): Unit
- Attributes
- protected
- Definition Classes
- IntBacked
- var size: Int
- Attributes
- protected
- Definition Classes
- IntBacked
- def sizeHint(sizeHint: Int): Unit
- Definition Classes
- IntBacked → Builder
- final def sizeHint(coll: collection.IterableOnce[_], delta: Int): Unit
- Definition Classes
- Builder
- final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit
- Definition Classes
- Builder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])
Deprecated Value Members
- final def +=(elem1: Boolean, elem2: Boolean, elems: Boolean*): ofBoolean.this.type
- Definition Classes
- Growable
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.13.0) Use
++=
akaaddAll
instead of varargs+=
; infix operations with an operand of multiple args will be deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated