containsValue

abstract fun containsValue(value: @UnsafeVariance V): Boolean(source)

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

Since Kotlin

1.0
abstract fun containsValue(value: @UnsafeVariance V): Boolean(source)

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

Since Kotlin

1.3