containsValue

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

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

See also