org.apache.geronimo.common
Interface CloneableObject.Cloneable

All Superinterfaces:
Cloneable
Enclosing interface:
CloneableObject

public static interface CloneableObject.Cloneable
extends Cloneable

An interface which exposes a public clone method, unlike Object.clone() which is protected and throws exceptions... how useless is that?


Method Summary
 Object clone()
           
 

Method Detail

clone

public Object clone()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.