ahc.util
Interface ReallyCloneable

All Superinterfaces:
java.lang.Cloneable

public interface ReallyCloneable
extends java.lang.Cloneable

This interface is what the Cloneable interface should really be like:

Author:
Arno Haase

Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

public java.lang.Object clone()