Hashtable.containsKey

Hashtable.containsKey

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized boolean containsKey( Object key )
Parameters
key
possible key.
Returns
true if the specified object is a key in this hashtable; false otherwise.
Description
Tests if the specified object is a key in this hashtable.

See Also
contains