Package edu.pitt.isp.sverchkov.data
Class DataTableImpl<N,V>
java.lang.Object
edu.pitt.isp.sverchkov.data.DataTableImpl<N,V>
- Type Parameters:
N
- Type of variable namesV
- Type of variable values
Data table implementation.
- Author:
- YUS24
-
Constructor Details
-
DataTableImpl
- Parameters:
vars
- The names of the variables in the table
-
-
Method Details
-
variables
-
columnCount
public int columnCount()- Specified by:
columnCount
in interfaceDataTable<N,
V> - Returns:
- The number of columns in the table
-
rowCount
public int rowCount() -
addRow
-
iterator
-