containsValue

Common
1.0
fun containsValue(value: @UnsafeVariance V): Boolean
JS
1.1
open fun containsValue(value: V): Boolean
Native
1.3
fun containsValue(value: V): Boolean

Returns true if the map maps one or more keys to the specified value.