Java Platform 1.2
Beta 4

Interface java.lang.Cloneable

All Known Subinterfaces:
AclEntry, AttributedCharacterIterator, CharacterIterator, JPEGDecodeParam, JPEGEncodeParam

public abstract interface Cloneable
A class implements the Cloneable interface to indicate to the clone method in class Object that it is legal for that method to make a field-for-field copy of instances of that class.

Attempts to clone instances that do not implement the Cloneable interface result in the exception CloneNotSupportedException being thrown.

Since:
JDK1.0
See Also:
CloneNotSupportedException


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.