FileDocCategorySizeDatePackage
Cloneable.javaAPI DocAndroid 1.5 API1258Wed May 06 22:41:04 BST 2009java.lang

Cloneable

public interface Cloneable
This (empty) interface must be implemented by all classes that wish to support cloning. The implementation of {@code clone()} in {@code Object} checks if the object being cloned implements this interface and throws {@code CloneNotSupportedException} if it does not.
see
Object#clone
see
CloneNotSupportedException
since
Android 1.0

Fields Summary
Constructors Summary
Methods Summary