Package adams.core
Interface Mergeable<T>
-
- Type Parameters:
T
- The class type.
- All Known Subinterfaces:
DataContainer<T>
,DataContainerWithSpreadSheetSupport<T>
,DataRow
,Dataset
,MergeableDisplayPanel<T>
,Row
,SpreadSheet
- All Known Implementing Classes:
AbstractDataContainer
,AbstractRow
,Bin
,BinnableGroup
,Capabilities
,DataRowView
,DatasetView
,DefaultDataset
,DefaultSpreadSheet
,DenseDataRow
,DenseFloatDataRow
,HeaderRow
,Instance
,InstancesHeaderRow
,InstancesView
,InstanceView
,Notes
,Properties
,Report
,SequencePlotSequence
,Setup
,SparseDataRow
,SparseFloatDataRow
,SpreadSheetRow
,SpreadSheetView
,Timeseries
,TimeseriesDisplay.DisplayPanel
,XYSequence
public interface Mergeable<T>
For objects that allow merging.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
mergeWith(T other)
Merges its own data with the one provided by the specified object.
-
-
-
Method Detail
-
mergeWith
void mergeWith(T other)
Merges its own data with the one provided by the specified object.- Parameters:
other
- the object to merge with
-
-