readOnly

fun <K, V : Any> readOnly(map: Map<K, V>): MapLikeCollection<K, V>

Wraps the map in a MapLikeCollection that ignores inserted values.