加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090218194839/http://developer.android.com:80/reference/java/lang/Cloneable.html
public interface

Cloneable

java.lang.Cloneable
Known Indirect Subclasses

Class Overview

This (empty) interface should be implemented by all classes which wish to support cloning. The implementation of clone in class Object checks to ensure that the object being cloned implements this interface, and throws CloneNotSupportedException if not.

Summary