Home > Contents > Index >  
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

FTValList.put

Associates a value with a specified key.

Overrides the put method in the java.util.Hashtable class.

Syntax

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, 2016 Oracle and/or its affiliates. All rights reserved.