Determines whether the value is present in the current list of values.
public boolean containsValue( Object value )
value
The Object value to search for.
Returns true if the value is found; otherwise, returns false.
This method scans each element in the hash table and performs a comparison to find the item.