- All Known Implementing Classes:
SimpleDataTable
public interface DataTable
-
Method Summary
-
Method Details
-
getRowCount
int getRowCount() -
getColumnCount
int getColumnCount() -
getValue
double getValue(int row, int column)
-
SimpleDataTable