get

abstract operator fun get(key: K): V?(source)

Gets the value associated with key in this map.

If no value is currently associated with key, null is returned.

See also

Equivalent method for regular maps.