Interface RowIterator

All Superinterfaces:
Iterator, RangeIterator
All Known Implementing Classes:
RowIteratorAdapter

public interface RowIterator extends RangeIterator
Allows easy iteration through a list of Rows with nextRow as well as a skip method inherited from RangeIterator.
  • Method Details

    • nextRow

      Row nextRow()
      Returns the next Row in the iteration.
      Returns:
      the next Row in the iteration.
      Throws:
      NoSuchElementException - if iteration has no more Rows.