containsEntry

abstract fun containsEntry(entry: Pair<K, @UnsafeVariance V>): Boolean(source)

Returns true if the multimap contains at least one key-value pair with the key key and the value value.

See also