Package org.pepsoft.util.undo
Interface Cloneable<T>
- All Superinterfaces:
Cloneable
A cloneable class which promises that its clones are deep copies.
-
Method Summary
-
Method Details
-
clone
T clone()Make a deep copy of the object. All mutable state, recursively, must be copied.- Returns:
- A deep copy of the object.
-