Package edu.pitt.isp.sverchkov.data
Interface DataTable<N,V>
- Type Parameters:
N
- Type of variable namesV
- Type of variable values
- All Known Implementing Classes:
DataTableImpl
Data table implementation.
- Version:
- $Id: $Id
- Author:
- YUS24
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
variables
-
columnCount
int columnCount()columnCount.
- Returns:
- The number of columns in the table
-
rowCount
int rowCount()rowCount.
- Returns:
- The number of rows in the table
-
addRow
-