MapInterop<K, V> extension

on

Properties

kt KtMutableMap<K, V>

Available on Map<K, V>, provided by the MapInterop extension

Wraps this Map with a KtMutableMap interface.
no setter

Methods

toImmutableMap() KtMap<K, V>

Available on Map<K, V>, provided by the MapInterop extension

Converts the Map to a truly immutable KtMap