Android
java.lang
public interface

java.lang.Cloneable

java.lang.Cloneable

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.

Known Indirect Subclasses

Summary

Details

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48