utilities
Interface CloneableObject

All Known Implementing Classes:
Matrix, MyInteger, MyDouble

public abstract interface CloneableObject
extends java.lang.Cloneable

Interface to be implemented by all classes that implement the method clone.


Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

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