boolean containsValue ( Object map, Object value )
boolean containsValue ( Object map, Object value )
Name | Type | Description |
---|---|---|
map | Object | The Map object |
value | Object | value whose presence in this map is to be tested |
Type | Description |
---|---|
boolean | true, If this map maps one or more keys to the specified value |