Microsoft SDK for Java

HashTable.containsValue

Determines whether the value is present in the current list of values. 

Syntax

public boolean containsValue( Object value )

Parameters

value

The Object value to search for.

Return Value

Returns true if the value is found; otherwise, returns false.

Remarks

This method scans each element in the hash table and performs a comparison to find the item.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.