All Packages Class Hierarchy This Package Previous Next Index
Interface aid.util.misc.Clone
- public interface Clone
- extends Cloneable
Extends the Clonable interface with an explicit clone operation.
Thus, objects that implement this interface can be casted to it so that we can call directly the clone
operation. This is useful to perform automated deep cloning of objects.
- Version:
- $Revision$, $Date$
- Author:
- M. Jaczynski
-
clone()
- Clones this object.
clone
public abstract Object clone()
- Clones this object.
- Returns:
- the cloned object
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index