get

operator fun get(key: K): V?

Returns the element with provided key in immutable map

Return

T?

Parameters

key

K key of the element that should be retrieved