Microsoft SDK for Java

HashTable.setValue

Stores a value in the hash table.

Syntax

public Object setValue( Object key, Object value )

Parameters

key

The key to store the value under.

value

The value to store.

Return Value

Returns the value that was stored.

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