scala.collection.mutable

class ArrayBuilder

[source: scala/collection/mutable/ArrayBuilder.scala]

abstract class ArrayBuilder[T]
extends Builder[T, Array[T]]
A builder class for arrays
Since
2.8
Direct Known Subclasses:
ArrayBuilder.ofRef, ArrayBuilder.ofByte, ArrayBuilder.ofShort, ArrayBuilder.ofChar, ArrayBuilder.ofInt, ArrayBuilder.ofLong, ArrayBuilder.ofFloat, ArrayBuilder.ofDouble, ArrayBuilder.ofBoolean, ArrayBuilder.ofUnit

Methods inherited from Builder
+= (abstract), clear (abstract), result (abstract), sizeHint, mapResult
Methods inherited from Growable
+=, ++=, ++=
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf