Home > Contents > Index >
IList.clone
Shallow copies this list object.
Syntax
public IList clone(String newname)Parameters
newname
- The name of the copy.
Description
The
clone
method shallow copies a list object.A user-defined implementation may decide to provide a deep copy.
Returns
Returns null from a user defined list object if support is not implemented or desired.
Home > Contents > Index > ![]()
Oracle JAVA Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.