Attributes
- Companion
- object
- Source
- Factory.scala
- Graph
-
- Supertypes
- Known subtypes
-
object TrieMapobject HashMapobject ListMapobject Mapobject SeqMapobject TreeSeqMapobject VectorMapobject HashMapobject LinkedHashMapobject ListMapobject OpenHashMapobject WeakHashMapclass Delegate[C]object Mapobject SeqMapobject Mapobject SeqMaptrait MapViewFactoryobject MapViewShow all
Members list
Value members
Abstract methods
An empty Map
A collection of type Map generated from given iterable object.
Attributes
- Source
- BuildFrom.scala
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
C
containing the same elements as the source collectionit
. - Source
- Factory.scala
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
Attributes
- Source
- BuildFrom.scala
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
Attributes
- Source
- Factory.scala
The default builder for Map objects.
Concrete methods
A collection of type Map that contains given key/value bindings.
Partially apply a BuildFrom to a Factory
Deprecated methods
Attributes
- Deprecated
- true
- Source
- BuildFrom.scala
Implicits
Implicits
The default Factory instance for maps.