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.
- Author:
- YUS24
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
variables
-
columnCount
int columnCount() -
rowCount
int rowCount() -
addRow
-