public class RowSetIterator extends Object implements Iterator<Row>
RowSetIterator(Supplier<Row> supplier, boolean onlyDataRow)
boolean
hasNext()
Row
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public RowSetIterator(Supplier<Row> supplier, boolean onlyDataRow)
public boolean hasNext()
hasNext
Iterator<Row>
public Row next()
next
Copyright © 2022. All rights reserved.