kotlin-stdlib / kotlin.collections / HashMap / get get Common Native 1.0 operator fun get(key: K): V? JS 1.1 open operator fun get(key: K): V? Returns the value corresponding to the given key, or null if such a key is not present in the map.