Interface Row

All Superinterfaces:
Iterable<String>
All Known Implementing Classes:
RowImpl

public interface Row extends Iterable<String>
A Row is a line of content read from the CSV file. Note that a Row is never a Header. Rows can be iterated which yields the individual cells as Strings.