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

 

IList.clone

Shallow copies this list object.

Syntax

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