SortedMap

@SerialVersionUID(3L)
object SortedMap extends Delegate[[K, V] =>> SortedMap[K, V]]
Companion:
class
Source:
SortedMap.scala
class Delegate[[K, V] =>> SortedMap[K, V]]
trait SortedMapFactory[[K, V] =>> SortedMap[K, V]]
class Object
trait Matchable
class Any

Type members

Classlikes

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

Value members

Inherited methods

override def apply[K : Ordering, V](elems: (K, V)*): SortedMap[K, V]
Definition Classes
Inherited from:
Delegate
Source:
Factory.scala
def empty[K : Ordering, V]: SortedMap[K, V]
Inherited from:
Delegate
Source:
Factory.scala
def from[K : Ordering, V](it: IterableOnce[(K, V)]): SortedMap[K, V]
Inherited from:
Delegate
Source:
Factory.scala
def newBuilder[K : Ordering, V]: Builder[(K, V), SortedMap[K, V]]
Inherited from:
Delegate
Source:
Factory.scala

Implicits

Inherited implicits

implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), SortedMap[K, V]]
Inherited from:
SortedMapFactory
Source:
Factory.scala