scala.collection.mutable.Map
See theMap companion trait
This object provides a set of operations to create Iterable
values.
Attributes
Members list
Type members
Classlikes
class WithDefault[K, V](val underlying: Map[K, V], val defaultValue: K => V) extends AbstractMap[K, V], MapOps[K, V, Map, WithDefault[K, V]], Serializable
Attributes
- Source
- Map.scala
- Supertypes
-
trait Serializabletrait Shrinkable[K]trait Clearabletrait Cloneabletrait Equalstrait K => Vclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
Value members
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
- Definition Classes
- Inherited from:
- Delegate
- Source
- Factory.scala
An empty Map
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
Attributes
- Inherited from:
- Delegate
- Source
- Factory.scala
The default builder for Map objects.
Implicits
Inherited implicits
The default Factory instance for maps.
In this article