Microsoft SDK for Java

put

This method of the StringHashtable class maps the specified key to the specified value in this hash table.

Syntax

public Object put(String key, Object value);

Parameters

key A hash table key.
value The value the key is mapped to.

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