- Companion
- object
object Map
object SeqMap
object Map
object SeqMap
trait MapViewFactory
object MapView
object TrieMap
object HashMap
object ListMap
object Map
object SeqMap
object TreeSeqMap
object VectorMap
object HashMap
object LinkedHashMap
object ListMap
object OpenHashMap
object WeakHashMap
Value members
Abstract methods
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Implicitly added by toFactory
- Value Params
- it
Source collection
- Returns
A collection of type
C
containing the same elements as the source collectionit
.
Implicitly added by toFactory
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.
Implicitly added by toBuildFrom
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.
Concrete methods
Deprecated methods
@deprecated("Use newBuilder() instead of apply()", "2.13.0") @inline
Implicitly added by toBuildFrom
- Deprecated