SortedMapFactory (original) (raw)
scala.collection.SortedMapFactory
See theSortedMapFactory companion trait
Members list
Implicit conversion that fixes the key and value types of factory
to K
and V
, respectively.
Implicit conversion that fixes the key and value types of factory
to K
and V
, respectively.
Type parameters
CC
Collection type constructor of the factory (e.g. TreeMap
)
K
Type of keys
V
Type of values
Value parameters
factory
The factory to fix the key and value types
Attributes
Returns
A Factory that uses the given factory
to build a map with keys of type K
and values of type V
Source
In this article