scala.collection.mutable.ArrayBuilder
adds all elements contained in a traversable collection to this growable collection
adds all elements produced by an iterator to this growable collection
Adds a single element to the builder
adds two or more elements to this growable collection
Clears the contents of this builder
This method is used to compare the receiver object (this
)
with the argument object (arg0
) for equivalence
Creates a new builder by applying a transformation function to the results of this builder
Produces a collection from the added elements
Gives a hint how many elements are expected to be added
when the next result
is called
Returns a string representation of the object