SortedMultiDict

scala.collection.mutable.SortedMultiDict$
See theSortedMultiDict companion class
object SortedMultiDict extends SortedMapFactory[SortedMultiDict]

Attributes

Companion:
class
Graph
Supertypes
trait SortedMapFactory[SortedMultiDict]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def empty[K : Ordering, V]: SortedMultiDict[K, V]
def from[K : Ordering, V](it: IterableOnce[(K, V)]): SortedMultiDict[K, V]
def newBuilder[K : Ordering, V]: Builder[(K, V), SortedMultiDict[K, V]]

Inherited methods

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

Attributes

Inherited from:
SortedMapFactory

Implicits

Inherited implicits

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

Attributes

Inherited from:
SortedMapFactory