Packagecom.ericfeminella.utils
Classpublic final class DeepCopy

Defines a single static method in which objects can be cloned by creating a Deep Copy of a reference object to a new memory address



Public Methods
 MethodDefined by
  
clone(referenceObject:*):*
[static] Creates a deep copy of a specified object to a new memory address
DeepCopy
Method detail
clone()method
public static function clone(referenceObject:*):*

Creates a deep copy of a specified object to a new memory address

Parameters
referenceObject:* — The reference object in which is to be cloned

Returns
* — A clone of the original object