Copy (Arraylist function): Difference between revisions
Jump to navigation
Jump to search
m (I don't recall putting all those rabiit ears in there) |
m (and the converse is) |
||
Line 13: | Line 13: | ||
==See also== | ==See also== | ||
<ul><li>For more information about copyability, see [[Copying objects]]. | <ul><li>Contrast with <var>[[DeepCopy_(Arraylist_function)|DeepCopy]]</var> which <b><i>does</i></b> copy any nested objects. | ||
<li>For more information about copyability, see [[Copying objects]]. | |||
</ul> | </ul> | ||
{{Template:Arraylist:Copy footer}} | {{Template:Arraylist:Copy footer}} |
Revision as of 06:44, 11 March 2011
Copy the Arraylist (Arraylist class)
Copy makes a "shallow" copy of the Arraylist method object al. If al contains objects, they are not copied. If al is Null, a Null is returned.
Syntax
%copyList = al:Copy
Syntax terms
%copyList | An Arraylist to contain the copy of the method Arraylist al. |
---|---|
al | An Arraylist object. |
See also
- Contrast with DeepCopy which does copy any nested objects.
- For more information about copyability, see Copying objects.