Package java.util
Interface Map
abstract boolean containsValue(Object value)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns true if this map maps one or more keys to the specified value. More formally, returns true if and only if this map contains at least one mapping to a value v such that (value==null ? v==null : value.equals(v)). This operation will probably require time linear in the map size of most implementations of the Map interface.