containsValue

abstract fun containsValue(item: Any): Boolean

Returns true if this collection contains the given item.

Return

true if this collection contains the given item.

Parameters

item

The item.