Type members
Classlikes
class WithDefault[K, V](val underlying: Map[K, V], val defaultValue: K => V) extends AbstractMap[K, V] with MapOps[K, V, Map, WithDefault[K, V]] with Serializable
- Source:
- Map.scala
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.
- Definition Classes
- Inherited from:
- Delegate
- Source:
- Factory.scala
A collection of type Map generated from given iterable object.
A collection of type Map generated from given iterable object.
- Inherited from:
- Delegate
- Source:
- Factory.scala
The default builder for Map objects.
The default builder for Map objects.
- Inherited from:
- Delegate
- Source:
- Factory.scala
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from:
- MapFactory
- Source:
- Factory.scala