kotlin-stdlib / kotlin.collections / LinkedHashMap / containsValue containsValue Common 1.0 fun containsValue(value: V): Boolean JS 1.1 open fun containsValue(value: V): Boolean Returns true if the map maps one or more keys to the specified value.