Cloneable Interface
Represents an object that can be copied completely (i.e. no references to data are shared between the original object and its clone)
Clone the object
Return a deep copy of the object that contains no shared references to the original object.
An object that contains the same data
Generated using TypeDoc
Cloneable Interface
Represents an object that can be copied completely (i.e. no references to data are shared between the original object and its clone)