java.lang.Object
de.grogra.math.SimpleDataTable
- All Implemented Interfaces:
DataTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRow()
void
clear()
int
getRow
(int row) int
double
getValue
(int row, int column) operator$shl
(double value)
-
Constructor Details
-
SimpleDataTable
public SimpleDataTable(int columnCount)
-
-
Method Details
-
clear
public void clear() -
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceDataTable
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceDataTable
-
getValue
public double getValue(int row, int column) -
getRow
-
addRow
-
operator$shl
-