Home > Contents > Index >
FTValList.remove
Removes one item from this list.
This method overrides the
remove
method in thejava.util.Hashtable
class.Syntax
public Object remove(Object key)Parameters
key
- They key of the object to remove.
Returns
The previous value, or
null
on error.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.