DefaultMapExtension<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
withDefault(
V value) → MapWithDefault< K, V> -
Available on Map<
Returns a mutable view of this Map that responds with the provided default value, when the caller tries to access a non-existent key.K, V> , provided by the DefaultMapExtension extension