All Known Satisfying Classes: Array, String
All Known Satisfying Interfaces: Collection, Empty, List, Map, Sequence, Set

Abstract supertype of objects whose value can be cloned.

Attributes
cloneSource Code
shared formal Clone clone

Obtain a clone of this object. For a mutable object, this should return a copy of the object. For an immutable object, it is acceptable to return the object itself.

Inherited Attributes
Attributes inherited from: Object
Inherited Methods
Methods inherited from: Object