containsValue

open override fun containsValue(value: V): Boolean

Returns true if this map maps one or more keys to the specified value. This operation requires time linear in the map size.

Return

true if a mapping to value exists; false otherwise

Parameters

value

value whose presence in this map is to be tested