com.jrefinery.util
Interface PublicCloneable
public interface PublicCloneable
An interface that exposes the clone() method.
- Author:
- David Gilbert
|
Method Summary |
java.lang.Object |
clone()
Returns a clone of the object. |
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Returns a clone of the object.
- Returns:
- A clone.
- Throws:
java.lang.CloneNotSupportedException - if cloning is not supported for some reason.
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.