Package uk.ac.starlink.ttools.taplint
Class TableData
- java.lang.Object
-
- uk.ac.starlink.ttools.taplint.TableData
-
public abstract class TableData extends java.lang.ObjectContains the data from a table in easy to digest form (no IOExceptions). Suitable for holding small tables.- Since:
- 9 Oct 2018
- Author:
- Mark Taylor
-
-
Constructor Summary
Constructors Constructor Description TableData()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static TableDatacreateTableData(Reporter reporter, uk.ac.starlink.table.StarTable table)Adapts a StarTable to a TableData.abstract java.lang.ObjectgetCell(int irow, int icol)Returns the value of a cell.abstract intgetRowCount()Returns number of rows.
-