BuilderStdCollMap

ostrat.BuilderStdCollMap
trait BuilderStdCollMap[A, R] extends BuilderCollMap[A, R]

Attributes

Graph
Supertypes
trait BuilderCollMap[A, R]
trait BuilderColl[R]
class Object
trait Matchable
class Any
Known subtypes
class ArrayBuilder[A]
class ListBuilder[A]
class VectorBuilder[A]

Members list

Type members

Types

override type BuffT = ArrayBuffer[A]

BuffT can be inbuilt Jvm type like ArrayBuffer[Int] for B = Int and BB = Ints, or it can be a compile 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 compile time wrapped Arraybuffer inheriting from BuffProdHomo.

Attributes

Value members

Concrete methods

override def buffGrow(buff: ArrayBuffer[A], newElem: A): Unit

A mutable operation that extends the ArrayBuffer by a single element of type B.

A mutable operation that extends the ArrayBuffer by a single element of type B.

Attributes

Definition Classes
override def newBuff(length: Int): ArrayBuffer[A]

Creates a new empty BuffSequ with a default capacity of 4 elements.

Creates a new empty BuffSequ with a default capacity of 4 elements.

Attributes

Definition Classes

Inherited methods

def buffToSeqLike(buff: BuffT): R

converts a the buffer type to the target compound class.

converts a the buffer type to the target compound class.

Attributes

Inherited from:
BuilderColl
def empty: R

Creates a new empty SeqLike of type BB.

Creates a new empty SeqLike of type BB.

Attributes

Inherited from:
BuilderCollMap