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
repicea.util
Interface DeepCloneable
All Known Implementing Classes:
Matrix
public interface
DeepCloneable
This interface ensures the clone is a deep copy of the original instance.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.Object
getDeepClone
()
This method returns a deep clone of the object.
Method Detail
getDeepClone
java.lang.Object getDeepClone()
This method returns a deep clone of the object.
Returns:
an Object instance
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