JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.pepsoft.util.undo
Interface Cloneable<T>
All Superinterfaces:
Cloneable
public interface
Cloneable<T>
extends
Cloneable
A cloneable class which promises that its clones are deep copies.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
clone
()
Make a deep copy of the object.
Method Detail
clone
T
clone()
Make a deep copy of the object. All mutable state, recursively, must be copied.
Returns:
A deep copy of the object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method