get

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

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

Returns the value corresponding to the given key, or null if such a key is not present in the map.

Since Kotlin

1.8