Class RowsImpl<T>

java.lang.Object
org.refcodes.tabular.RowsImpl<T>
Type Parameters:
T - The type managed by the Rows.
All Implemented Interfaces:
Cloneable, Iterator<Row<T>>, HeaderAccessor<T>, Rows<T>

public class RowsImpl<T> extends Object implements Rows<T>, Cloneable
Implementation of the Rows interface being Cloneable.