- All Known Implementing Classes:
LineWithInfo
The Interface Line.
-
Method Summary
Modifier and TypeMethodDescriptionget(int index) Gets the.reportOnColumn(Column column) Report on column.Report on end of line.intsize()Size.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
size
int size()Size.- Returns:
- the int
-
get
Gets the.- Parameters:
index- the index- Returns:
- the string
-
reportOnEndOfLine
RowReport reportOnEndOfLine()Report on end of line.- Returns:
- the row report
-
reportOnColumn
Report on column.- Parameters:
column- the column- Returns:
- the row report
-