Home > Contents > Index >
FTValList.get
Returns the value associated with the specified key, regardless of type. Overrides the
get
method in thejava.util.Hashtable
class.Syntax
public Object get(Object key)Parameters
key
- String containing the name of the key.
Returns
Returns the value of the specified key.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.