SortedMap

scala.collection.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

Value members

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 from[K : Ordering, V](it: IterableOnce[(K, 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