public interface RowIterator extends RangeIterator
| Modifier and Type | Method and Description | 
|---|---|
| Row | nextRow()Returns the next  Rowin the iteration. | 
getPosition, getSize, skipRow nextRow()
Row in the iteration.Row in the iteration.java.util.NoSuchElementException - if iteration has no more Rows.