Home > Contents > Index >
FTValList.put
Associates a value with a specified key.
Overrides the
put
method in thejava.util.Hashtable
class.Syntax
public Object put(Object key, Object value)Parameters
key
- The key to associate with the value.
value
- The value to associate with the key.
Returns
Returns previous value associated with the key, or
null
(if there was no previous value).
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.