当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
CloneableObject.Cloneable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.util
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?
clone
public Object clone()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.