Build 1.0_r1(from source)

java.lang
Interface Cloneable

All Known Subinterfaces:
AclEntry, AttributedCharacterIterator, CertPathBuilderResult, CertPathParameters, CertPathValidatorResult, CertSelector, CertStoreParameters, CharacterIterator, CRLSelector

public interface 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.

See Also:
Object.clone(), CloneNotSupportedException


Build 1.0_r1(from source)

Please submit a feedback, bug or feature