containsValue

expect 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
actual abstract fun containsValue(value: V): Boolean(source)

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

Since Kotlin

1.1
actual abstract fun containsValue(value: V): Boolean(source)

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

Since Kotlin

1.0
actual abstract fun containsValue(value: V): Boolean(source)

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

Since Kotlin

1.3
actual abstract fun containsValue(value: V): Boolean(source)

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

Since Kotlin

1.8
actual abstract fun containsValue(value: V): Boolean(source)

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

Since Kotlin

1.8