MapInterop<K, V> extension
- on
-
- Map<
K, V>
- Map<
Properties
-
kt
→ KtMutableMap<
K, V> -
Available on Map<
Wraps this Map with a KtMutableMap interface.K, V> , provided by the MapInterop extensionno setter
Methods
-
toImmutableMap(
) → KtMap< K, V> -
Available on Map<
Converts the Map to a truly immutable KtMapK, V> , provided by the MapInterop extension