kotlin-stdlib / kotlin.collections / LinkedHashMap / containsKey containsKey Common 1.0 fun containsKey(key: K): Boolean JS 1.1 open fun containsKey(key: K): Boolean Returns true if the map contains the specified key.