IntArrayBuilder

narr.IntArrayBuilder
case class IntArrayBuilder(initCapacity: Int) extends TypedArrayBuilder[Int]

Attributes

Source
NArrayBuilder.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline override def copyInto(src: IntArray, dest: IntArray, dstPos: Int): Unit

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def copyInto(src: IntArray, srcPos: Int, dest: IntArray, dstPos: Int, length: Int): Unit

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def make2DNArray(len: Int): Array[Array[Int]]

Attributes

Definition Classes
Source
NArrayBuilder.scala
inline override def makeNArray(len: Int): Array[Int]

Attributes

Definition Classes
Source
NArrayBuilder.scala

Inherited methods

inline def ++=(xs: IterableOnce[Int]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def ++=(itr: Iterator[Int]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def ++=(xs: Array[Int]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
inline def +=(e: Int): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
override def addAll(es: Array[Int]): TypedArrayBuilder.this.type

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
def addAll(xs: IterableOnce[Int]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
def addAll(itr: Iterator[Int]): NArrayBuilder.this.type

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
def addAll(xs: Array[Int], offset: Int, length: Int): NArrayBuilder.this.type

Add a slice of an array.

Add a slice of an array.

Attributes

Inherited from:
NArrayBuilder
Source
NArrayBuilder.scala
override def addOne(e: Int): TypedArrayBuilder.this.type

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
override def apply(idx: Int): Int

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def result: Array[Int]

Attributes

Definition Classes
Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala
def size: Int

Attributes

Inherited from:
TypedArrayBuilder
Source
NArrayBuilder.scala