public interface PublicCloneable<C> extends Cloneable
Cloneable has no public methods. This interface is simply
Cloneable, but with the clone method public. So, if an object is PublicCloneable, you don't know
merely that it's Cloneable, but you can also actually do it...| Modifier and Type | Method and Description |
|---|---|
C |
clone() |
C clone()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}