containsValue

abstract fun containsValue(value: V): Boolean(source)

Tells whether the model contains the given value.

Return

true IFF the key is in the model's data

Parameters

value

to check