containsValue
abstract fun containsValue(value: @UnsafeVariance V): Boolean
(Common source) (JS source) (Native source)
Returns true
if the map maps one or more keys to the specified value.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
abstract fun containsValue(value: @UnsafeVariance V): Boolean
Returns true
if the map maps one or more keys to the specified value.