org.jboss.util
Interface CloneableObject.Cloneable

All Superinterfaces:
Cloneable
Enclosing class:
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

Object clone()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.