kotlin-stdlib / kotlin.collections / LinkedHashMap / get get Common 1.0 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.