containsValue

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

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

Since Kotlin

1.8