Acme
Class GenericCloneable

java.lang.Object
  extended by Acme.GenericCloneable
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
DoublePoint, Pair

public class GenericCloneable
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
GenericCloneable()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericCloneable

public GenericCloneable()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object