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.
- Version:
- $Id: $Id
- Author:
- YUS24
-
Constructor Details
-
DataTableImpl
Constructor for DataTableImpl.
- Parameters:
vars
- The names of the variables in the table
-
-
Method Details
-
variables
variables.
-
columnCount
public int columnCount()columnCount.
- Specified by:
columnCount
in interfaceDataTable<N,
V> - Returns:
- The number of columns in the table
-
rowCount
public int rowCount()rowCount.
-
addRow
addRow.
-
iterator
-