Abstract supertype of objects whose value can be cloned.
| Attributes | |
| clone | Source 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 |