Collections.Map.containsValue()

Signature

boolean containsValue ( Object map, Object value )

Domain

ACTION

Description

Returns true, if this map maps one or more keys to the specified value.

Parameters

NameTypeDescription
mapObjectThe Map object
valueObjectvalue whose presence in this map is to be tested

Returns

TypeDescription
booleantrue, If this map maps one or more keys to the specified value

Cautions

none