TreeSeqMap

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

Attributes

Companion
class
Source
TreeSeqMap.scala
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

Source
TreeSeqMap.scala
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
Source
TreeSeqMap.scala
Supertypes
class Object
trait Matchable
class Any
Self type
OrderBy.type
sealed trait OrderBy

Attributes

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

Attributes

Source
TreeSeqMap.scala
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

Source
TreeSeqMap.scala
def empty[K, V](orderBy: OrderBy): TreeSeqMap[K, V]

Attributes

Source
TreeSeqMap.scala
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

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

The default builder for Map objects.

The default builder for Map objects.

Attributes

Source
TreeSeqMap.scala
def newBuilder[K, V](orderedBy: OrderBy): Builder[(K, V), TreeSeqMap[K, V]]

Attributes

Source
TreeSeqMap.scala

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
Source
Factory.scala

Concrete fields

Attributes

Source
TreeSeqMap.scala

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
Source
Factory.scala