ewe.util
Interface Copyable

All Known Subinterfaces:
DataUnit, EditableData, LiveData, TextCodec
All Known Implementing Classes:
AsciiCodec, ByteArray, CharArray, DataObject, EditableObject, IntArray, JavaUtf8Codec, LiveObject, PrintOptions, Range

public interface Copyable

This is a simple interface which says that the implementing object can provide a copy of itself on request.


Method Summary
 Object getCopy()
          Return a copy of this object.
 

Method Detail

getCopy

public Object getCopy()
Return a copy of this object.