Package rma.lang
Interface Clone
- All Superinterfaces:
Cloneable
A replacement interface for Cloneable that publically defines clone since
java.lang.Object.clone() is protected.
-
Method Summary
-
Method Details
-
clone
Object clone()Returns a clone Object of the Object implementing Clone.
-