TreeSeqMap

scala.collection.immutable.TreeSeqMap
See theTreeSeqMap companion class
object TreeSeqMap extends MapFactory[TreeSeqMap]

Attributes

Companion
class
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
TreeSeqMap.type

Members list

Type members

Classlikes

final class Builder[K, V](orderedBy: OrderBy) extends Builder[(K, V), TreeSeqMap[K, V]]

Attributes

Supertypes
trait Builder[(K, V), TreeSeqMap[K, V]]
trait Growable[(K, V)]
trait Clearable
class Object
trait Matchable
class Any
Show all
object OrderBy

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
OrderBy.type
sealed trait OrderBy

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Insertion
object Modification
sealed abstract class Ordering[+T]

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def empty[K, V]: TreeSeqMap[K, V]

An empty Map

An empty Map

Attributes

def from[K, V](it: IterableOnce[(K, V)]^): TreeSeqMap[K, V]

A collection of type Map generated from given iterable object.

A collection of type Map generated from given iterable object.

Attributes

def newBuilder[K, V]: Builder[(K, V), TreeSeqMap[K, V]]

The default builder for Map objects.

The default builder for Map objects.

Attributes

Inherited methods

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

A collection of type Map that contains given key/value bindings.

A collection of type Map that contains given key/value bindings.

Attributes

Inherited from:
MapFactory

Concrete fields

val Empty: TreeSeqMap[Nothing, Nothing]

Implicits

Inherited implicits

implicit def mapFactory[K, V]: Factory[(K, V), TreeSeqMap[K, V]]

The default Factory instance for maps.

The default Factory instance for maps.

Attributes

Inherited from:
MapFactory