containsValue

open override fun containsValue(value: V): Boolean

Returns true if the map contains the specified value. This operation is synchronized.

Parameters

value

The value whose presence in the map is to be tested.