Package adams.data.spreadsheet
Class DenseFloatDataRow
- java.lang.Object
-
- adams.data.spreadsheet.DenseDataRow
-
- adams.data.spreadsheet.DenseFloatDataRow
-
- All Implemented Interfaces:
Mergeable<Row>
,DataRow
,Row
,SpreadSheetColumnInsertionListener
,Serializable
public class DenseFloatDataRow extends DenseDataRow
A row for dense data representation, using floats internally.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class adams.data.spreadsheet.DenseDataRow
m_Cells, m_Owner
-
-
Constructor Summary
Constructors Constructor Description DenseFloatDataRow()
Default constructor for GOE only.DenseFloatDataRow(SpreadSheet owner)
Constructor that ties row to spreadsheet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell
newCell(Row owner)
Creates a new instance of a cell.-
Methods inherited from class adams.data.spreadsheet.DenseDataRow
addCell, addCell, assign, cellKeys, cells, clear, getCell, getCell, getCellCount, getCellKey, getClone, getContent, getOwner, hasCell, hasCell, indexOf, mergeWith, removeCell, removeCell, removeMissing, setOwner, spreadSheetColumnInserted, toString
-
-
-
-
Constructor Detail
-
DenseFloatDataRow
public DenseFloatDataRow()
Default constructor for GOE only.
-
DenseFloatDataRow
public DenseFloatDataRow(SpreadSheet owner)
Constructor that ties row to spreadsheet.- Parameters:
owner
- the spreadsheet this row belongs to
-
-