Package java.util
Class AbstractMap

Public Method containsValue

boolean containsValue(Object value)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Implements interface method Map.containsValue.

This implementation iterates over entrySet() searching for an entry with the specified value. If such an entry is found, true is returned. If the iteration terminates without finding such an entry, false is returned. Note that this implementation requires linear time in the size of the map.s