SortedMap

scala.collection.immutable.SortedMap
See theSortedMap companion trait
object SortedMap extends Delegate[SortedMap]

Attributes

Companion
trait
Source
SortedMap.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
SortedMap.type

Members list

Type members

Classlikes

final class WithDefault[K, +V](underlying: SortedMap[K, V], defaultValue: K => V) extends WithDefault[K, V], SortedMap[K, V], SortedMapOps[K, V, SortedMap, WithDefault[K, V]], Serializable

Attributes

Source
SortedMap.scala
Supertypes
trait SortedMap[K, V]
trait SortedMapOps[K, V, SortedMap, WithDefault[K, V]]
trait SortedMap[K, V]
trait SortedMapOps[K, V, SortedMap, WithDefault[K, V]]
trait SortedOps[K, WithDefault[K, V]]
class WithDefault[K, V]
trait Serializable
class AbstractMap[K, V]
trait Map[K, V]
trait MapOps[K, V, Map, WithDefault[K, V]]
trait Iterable[(K, V)]
class AbstractMap[K, V]
trait Map[K, V]
trait Equals
trait MapOps[K, V, Map, WithDefault[K, V]]
trait PartialFunction[K, V]
trait K => V
class AbstractIterable[(K, V)]
trait Iterable[(K, V)]
trait IterableOps[(K, V), Iterable, WithDefault[K, V]]
trait IterableOnceOps[(K, V), Iterable, WithDefault[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

override def from[K : Ordering, V](it: IterableOnce[(K, V)]): SortedMap[K, V]

Attributes

Definition Classes
Source
SortedMap.scala

Inherited methods

override def apply[K : Ordering, V](elems: (K, V)*): SortedMap[K, V]

Attributes

Definition Classes
Inherited from:
Delegate
Source
Factory.scala
def empty[K : Ordering, V]: SortedMap[K, V]

Attributes

Inherited from:
Delegate
Source
Factory.scala
def newBuilder[K : Ordering, V]: Builder[(K, V), SortedMap[K, V]]

Attributes

Inherited from:
Delegate
Source
Factory.scala

Implicits

Inherited implicits

implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), SortedMap[K, V]]

Attributes

Inherited from:
SortedMapFactory
Source
Factory.scala