An empty Map
A collection of type Map generated from given iterable object.
Source collection
A collection of typeC containing the same elements as the source collectionit.
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections withfromSpecific is preferred because it can be lazy for lazy collections.
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections withfromSpecific is preferred because it can be lazy for lazy collections.
The default builder for Map objects.
A collection of type Map that contains given key/value bindings.
Partially apply a BuildFrom to a Factory
[Since version 2.13.0]Use newBuilder() instead of apply()The default Factory instance for maps.