Interface DataTable<N,V>

Type Parameters:
N - Type of variable names
V - Type of variable values
All Superinterfaces:
Iterable<List<V>>
All Known Implementing Classes:
DataTableImpl

public interface DataTable<N,V> extends Iterable<List<V>>
Data table implementation.
Version:
$Id: $Id
Author:
YUS24