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
-
-
Method Details
-
variables
-
columnCount
public int columnCount()- Specified by:
columnCount
in interfaceDataTable<N,
V>
-
rowCount
public int rowCount() -
addRow
-
iterator
-