SortedMapFactory

scala.collection.SortedMapFactory
See theSortedMapFactory companion object
trait SortedMapFactory[+CC[_, _]] extends Serializable

Attributes

Companion
object
Source
Factory.scala
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object TreeMap
object TreeMap
class Delegate[CC]
object SortedMap
object SortedMap
object SortedMap
Show all

Members list

Value members

Abstract methods

def empty[K : Ordering, V]: CC[K, V]

Attributes

Source
Factory.scala
def from[K : Ordering, V](it: IterableOnce[(K, V)]): CC[K, V]

Attributes

Source
Factory.scala
def newBuilder[K : Ordering, V]: Builder[(K, V), CC[K, V]]

Attributes

Source
Factory.scala

Concrete methods

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

Attributes

Source
Factory.scala

Implicits

Implicits

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

Attributes

Source
Factory.scala