This object provides a set of operations to create mutable.Map
values.
This object provides a set of operations to create mutable.Map
values.
- Companion
- class
Type members
Classlikes
@SerialVersionUID(3L)
class WithDefault[K, V](val underlying: Map[K, V], val defaultValue: K => V) extends AbstractMap[K, V] with MapOps[K, V, [K, V] =>> Map[K, V], WithDefault[K, V]] with Serializable
Value members
Inherited methods
Implicits
Inherited implicits
The default Factory instance for maps.
The default Factory instance for maps.
- Inherited from
- MapFactory