Microsoft SDK for Java

HashTable.removeValue

Removes the value associated with the specified key.

Syntax

public Object removeValue( Object key )

Parameters

key

The key of the value to remove.

Return Value

Returns the value that was removed, or returns null if the key was not found.

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