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.
The standard CanBuildFrom
class for maps.
An abstract shell used by { mutable, immutable }.Map but not by collection.Map because of variance issues.
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
.
The standard CanBuildFrom
instance for
objects.Map
The standard CanBuildFrom
instance for
objects.
The created value is an instance of class Map
MapCanBuildFrom
.
An empty Map
An empty Map
The default builder for Map
objects.
The default builder for Map
objects.
the type of the keys
the type of the associated values
This object provides a set of operations needed to create
values.Map