Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.types
Interface CloneableObject  view CloneableObject download CloneableObject.java

All Known Subinterfaces:
RowLocation
All Known Implementing Classes:
DataType

public interface CloneableObject

This is a simple interface that is used by the sorter for cloning input rows. It defines a method that can be used to clone a column.


Method Summary
 java.lang.Object cloneObject()
          Get a shallow copy of the object and return it.
 

Method Detail

cloneObject

public java.lang.Object cloneObject()
Get a shallow copy of the object and return it. This is used by the sorter to clone columns. It should be cloning the column holder but not its value. The only difference between this method and getClone is this one does not objectify a stream.