SortedMapFactory (original) (raw)
scala.collection.SortedMapFactory
See theSortedMapFactory companion object
trait SortedMapFactory[+CC[_, _]] extends Serializable
Attributes
Companion
Source
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object TreeMap
object CollisionProofHashMap
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
def from[K : Ordering, V](it: IterableOnce[(K, V)]): CC[K, V]
Attributes
Source
def newBuilder[K : Ordering, V]: Builder[(K, V), CC[K, V]]
Attributes
Source
Concrete methods
def apply[K : Ordering, V](elems: (K, V)*): CC[K, V]
Attributes
Source
Implicits
Implicits
implicit def sortedMapFactory[K : Ordering, V]: Factory[(K, V), CC[K, V]]
Attributes
Source