Cloneable


Cloneable java.lang

Java 1.0 cloneable

This interface defines no methods or variables , but indicates that the class that implements it may be cloned (i.e., copied ) by calling the Object method clone( ) . Calling clone( ) for an object that does not implement this interface (and does not override clone( ) with its own implementation) causes a CloneNotSupportedException to be thrown.

 public interface  Cloneable  { } 

Implementations

Too many classes to list.



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net