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