SortedMap (original) (raw)

Type members

Classlikes

final class WithDefault[K, V](underlying: SortedMap[K, V], defaultValue: K => V) extends WithDefault[K, V], SortedMap[K, V], SortedMapOps[K, V, SortedMap, WithDefault[K, V]], Serializable

Attributes

Source

SortedMap.scala

Supertypes

trait SortedMap[K, V]

trait SortedMapOps[K, V, SortedMap, WithDefault[K, V]]

trait SortedMap[K, V]

trait SortedMapFactoryDefaults[K, V, SortedMap, Iterable, Map]

trait SortedMapOps[K, V, SortedMap, WithDefault[K, V]]

trait SortedOps[K, WithDefault[K, V]]

class WithDefault[K, V]

trait Serializable

class AbstractMap[K, V]

trait Map[K, V]

trait MapOps[K, V, Map, WithDefault[K, V]]

trait Shrinkable[K]

trait Builder[(K, V), WithDefault[K, V]]

trait Growable[(K, V)]

trait Clearable

trait Cloneable[WithDefault[K, V]]

trait Cloneable

trait Iterable[(K, V)]

class AbstractMap[K, V]

trait Map[K, V]

trait Equals

trait MapFactoryDefaults[K, V, Map, Iterable]

trait MapOps[K, V, Map, WithDefault[K, V]]

trait PartialFunction[K, V]

trait K => V

class AbstractIterable[(K, V)]

trait Iterable[(K, V)]

trait IterableFactoryDefaults[(K, V), Iterable]

trait IterableOps[(K, V), Iterable, WithDefault[K, V]]

trait IterableOnceOps[(K, V), Iterable, WithDefault[K, V]]

trait IterableOnce[(K, V)]

class Object

trait Matchable

class Any

Show all

Value members

Inherited methods

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

Attributes

Definition Classes

Delegate -> SortedMapFactory

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