cc.glsn
Interface Copyable


public interface Copyable

Because the java.lang.Cloneable interface is worthless Implementing this class indicates that the object in question can be truely cloned - not just a shallow copy


Method Summary
 Object clone()
           
 

Method Detail

clone

Object clone()