com.ibm.btt.base
Interface DSECloneable
- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- AbstractBeanIndexCollection, ArrayCollection, BeanCollection, BeanDataField, BooleanArrayCollection, BooleanDataField, ByteArrayCollection, ByteDataField, CharArrayCollection, CharDataField, DataCollection, DataElement, DataField, DoubleArrayCollection, DoubleDataField, FloatArrayCollection, FloatDataField, HtmlIndexedCollection, IndexDataField, IndexedCollection, IntArrayCollection, IntDataField, KeyedCollection, ListCollection, ListDataField, LongArrayCollection, LongDataField, MapCollection, MapDataField, OperField, ShortArrayCollection, ShortDataField, Tag, TagAttribute, TraceRequesterField, Vector
public interface DSECloneable
- extends java.lang.Cloneable
This interface is implemented by any class in the toolkit that needs to be cloned (and therefore
that implements the clone() method).
It has been provided to improve the performance of existing implementations of the clone() method.
Method Summary |
java.lang.Object |
clone()
Creates and returns a new copy of this object. |
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Creates and returns a new copy of this object.
- Returns:
- Object - The new copy
- Throws:
java.lang.CloneNotSupportedException
- - if a problem occurs trying to clone the object
(c) Copyright IBM Corporation 1998, 2009