scala.collection.immutable.TreeSeqMap
See theTreeSeqMap companion class
object TreeSeqMap extends MapFactory[TreeSeqMap]
Attributes
- Companion
- class
- Source
- TreeSeqMap.scala
- Graph
-
- Supertypes
- 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
object OrderBy
Attributes
- Companion
- object
- Source
- TreeSeqMap.scala
- Supertypes
- Known subtypes
-
object Insertionobject Modification
Attributes
- Source
- TreeSeqMap.scala
- Supertypes
Value members
Concrete methods
An empty Map
Attributes
- Source
- TreeSeqMap.scala
A collection of type Map generated from given iterable object.
The default builder for Map objects.
Attributes
- Source
- TreeSeqMap.scala
Inherited methods
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
The default Factory instance for maps.
In this article