object DblsBuild extends ArrBuild[Double, Dbls] with ArrFlatBuild[Dbls]
- Alphabetic
- By Inheritance
- DblsBuild
- ArrFlatBuild
- ArrBuild
- ArrBuildBase
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type BuffT = DblsBuff
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compilte time wrapped Arraybuffer inheriting from BuffProdHomo.
BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compilte time wrapped Arraybuffer inheriting from BuffProdHomo.
- Definition Classes
- DblsBuild → ArrBuild → ArrBuildBase
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 arrSet(arr: Dbls, index: Int, value: Double): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffContains(buff: BuffT, newElem: Double): Boolean
- Definition Classes
- ArrBuild
- def buffGrow(buff: DblsBuff, value: Double): Unit
A mutable operation that extends the ArrayBuffer by a single element of type B.
- def buffGrowArr(buff: DblsBuff, arr: Dbls): Unit
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
A mutable operation that extends the ArrayBuffer with the elements of the Immutable Array operand.
- Definition Classes
- DblsBuild → ArrBuild → ArrBuildBase
- def buffGrowIter(buff: BuffT, values: Iterable[Double]): Unit
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
A mutable operation that extends the ArrayBuffer with the elements of the Iterable operand.
- Definition Classes
- ArrBuild
- def buffToArr(buff: DblsBuff): Dbls
- Definition Classes
- DblsBuild → ArrBuildBase
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- 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 iterMap[A](inp: Iterable[A], f: (A) => Double): Dbls
- Definition Classes
- ArrBuild
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newArr(length: Int): Dbls
- def newBuff(length: Int = 4): DblsBuff
- Definition Classes
- DblsBuild → ArrBuildBase
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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])