Interface Line

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

public interface Line extends Iterable<String>
The Interface Line.
  • Method Details

    • size

      int size()
      Size.
      Returns:
      the int
    • get

      String get(int index)
      Gets the.
      Parameters:
      index - the index
      Returns:
      the string
    • reportOnEndOfLine

      RowReport reportOnEndOfLine()
      Report on end of line.
      Returns:
      the row report
    • reportOnColumn

      RowReport reportOnColumn(Column column)
      Report on column.
      Parameters:
      column - the column
      Returns:
      the row report