Package org.opentrafficsim.kpi.sampling
Class ListTable.ListRecord
- java.lang.Object
-
- org.opentrafficsim.kpi.sampling.ListTable.ListRecord
-
-
Constructor Summary
Constructors Constructor Description ListRecord(Object[] values)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetValue(String id)Returns the column value of this record.<T> TgetValue(Column<T> column)Returns the column value of this record.
-