The type constructor of the collection that can be built by this factory
The type constructor of the collection that can be built by this factory
The standard CanBuildFrom
class for maps.
An empty Map
An empty Map
A collection of type Map
that contains given key/value bindings.
A collection of type Map
that contains given key/value bindings.
the type of the keys
the type of the associated values
the key/value pairs that make up the map
a new map consisting key/value pairs given by elems
.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
The default builder for Map
objects.
The default builder for Map
objects.
the type of the keys
the type of the associated values
A template for companion objects of
Map
and subclasses thereof.