org.gvsig.tools.lang
Interface Cloneable

All Superinterfaces:
Cloneable

public interface Cloneable
extends Cloneable

Cloneable extension to define the java.lang.Cloneable#clone() as a public method.

Author:
Cèsar Ordiñana

Method Summary
 Object clone()
          Creates a copy of the object.
 

Method Detail

clone

Object clone()
             throws CloneNotSupportedException
Creates a copy of the object.

Returns:
a copy of the object
Throws:
CloneNotSupportedException - if the instance of the object cannot be cloned. As this is extending Cloneable so its sure it implements it, so this exception may be used for problems on specific object instances.
See Also:
Object#clone()}.


Copyright © 2004-2011 gvSIG. All Rights Reserved.