containsValue

abstract fun containsValue(item: Any): Boolean(source)

Returns true if this collection contains the given item.

Return

true if this collection contains the given item.

Parameters

item

The item.