DeepCopy (Arraylist function)

From m204wiki
Revision as of 07:39, 2 March 2011 by Goff (talk | contribs) (tags)
Jump to navigation Jump to search

Deep Copy the Arraylist (Arraylist class)


DeepCopy makes a "deep copy" of the Arraylist method object, al. If al contains objects, they are copied. If al is Null, a Null is returned.

Syntax

%copyList = al:DeepCopy

Syntax terms

%copyList An Arraylist to contain the deep copy of al.
al An Arraylist object.

See also