A companion object for array builders.
| Supertypes | |
|---|---|
| Self type |
A class for array builders for arrays of booleans. It can be reused.
A class for array builders for arrays of bytes. It can be reused.
A class for array builders for arrays of chars. It can be reused.
A class for array builders for arrays of doubles. It can be reused.
A class for array builders for arrays of floats. It can be reused.
A class for array builders for arrays of ints. It can be reused.
A class for array builders for arrays of longs. It can be reused.
A class for array builders for arrays of reference types.
This builder can be reused.
| Type parameters |
|
|---|
A class for array builders for arrays of shorts. It can be reused.
A class for array builders for arrays of Unit type. It can be reused.
Creates a new arraybuilder of type T.
| Type parameters |
|
|---|---|
| Returns | a new empty array builder. |
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/collection/mutable/ArrayBuilder$.html