JavaScript is disabled on your browser.
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
java.lang
Interface Cloneable
public interface
Cloneable
This (empty) interface must be implemented by all classes that wish to support cloning. The implementation of
clone()
in
Object
checks if the object being cloned implements this interface and throws
CloneNotSupportedException
if it does not.
See Also:
Object#clone
,
CloneNotSupportedException
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