This object provides a set of operations to create mutable.TreeMap values.
- Companion
- class
- Source
- TreeMap.scala
trait SortedMapFactory[[K, V] =>> TreeMap[K, V]]
trait Serializable
class Object
trait Matchable
class Any
Value members
Inherited methods
Implicits
Inherited implicits
implicit def sortedMapFactory[K, V](implicit evidence$30: Ordering[K]): Factory[(K, V), TreeMap[K, V]]
- Inherited from
- SortedMapFactory
- Source
- Factory.scala