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
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
The canonical builder for immutable maps, working with the map's
+
method to add new elements. Collections are built from theirempty
element using this + method.