Interface Copyable
-
- All Known Implementing Classes:
Attribute,FastVector,Instance,SparseInstance
public interface CopyableInterface implemented by classes that can produce "shallow" copies of their objects. (As opposed to clone(), which is supposed to produce a "deep" copy.)- Version:
- $Revision: 1.5 $
- Author:
- Eibe Frank (eibe@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectcopy()This method produces a shallow copy of an object.
-