object IntsBuild extends ArrBuild[Int, Ints] with ArrFlatBuild[Ints]
- Alphabetic
- By Inheritance
- IntsBuild
- ArrFlatBuild
- ArrBuild
- ArrBuildBase
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type BuffT = IntBuff
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
- IntsBuild → 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: Ints, index: Int, value: Int): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buffContains(buff: BuffT, newElem: Int): Boolean
- Definition Classes
- ArrBuild
- def buffGrow(buff: IntBuff, value: Int): Unit
A mutable operation that extends the ArrayBuffer by a single element of type B.
- def buffGrowArr(buff: IntBuff, arr: Ints): 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
- IntsBuild → ArrBuild → ArrBuildBase
- def buffGrowIter(buff: BuffT, values: Iterable[Int]): 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: IntBuff): Ints
- Definition Classes
- IntsBuild → 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) => Int): Ints
- Definition Classes
- ArrBuild
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newArr(length: Int): Ints
- def newBuff(length: Int = 4): IntBuff
- Definition Classes
- IntsBuild → 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])