- Companion
- class
- Source
- SortedMap.scala
trait SortedMapFactory[[K, V] =>> SortedMap[K, V]]
trait Serializable
class Object
trait Matchable
class Any
Type members
Classlikes
@SerialVersionUID(3L)
final class WithDefault[K, V](underlying: SortedMap[K, V], defaultValue: K => V) extends WithDefault[K, V] with SortedMap[K, V] with SortedMapOps[K, V, [K, V] =>> SortedMap[K, V], WithDefault[K, V]] with Serializable
- Source
- SortedMap.scala
Value members
Inherited methods
Implicits
Inherited implicits
implicit def sortedMapFactory[K, V](implicit evidence$30: Ordering[K]): Factory[(K, V), SortedMap[K, V]]
- Inherited from
- SortedMapFactory
- Source
- Factory.scala