SortedMap (original) (raw)
scala.collection.SortedMap
See theSortedMap companion trait
object SortedMap extends Delegate[SortedMap]
Attributes
Companion
Source
Graph
Supertypes
trait SortedMapFactory[SortedMap]
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:
Source
def empty[K : Ordering, V]: SortedMap[K, V]
Attributes
Inherited from:
Source
def from[K : Ordering, V](it: IterableOnce[(K, V)]): SortedMap[K, V]
Attributes
Inherited from:
Source
def newBuilder[K : Ordering, V]: Builder[(K, V), SortedMap[K, V]]
Attributes
Inherited from:
Source
Implicits
Inherited implicits
implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), SortedMap[K, V]]
Attributes
Inherited from:
Source