@SerialVersionUID(3L) sealed abstract class ArrayBuilder[@specialized T] extends ReusableBuilder[T, Array[T]] with Serializable
A builder class for arrays.
- Type Params
- T
the type of the elements for the builder.
- Companion
- object
Value members
Concrete methods
Deprecated and Inherited methods
@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated- Inherited from
- Growable