public interface RowIterator<R> extends Iterator<R>
boolean
hasNext()
R
next()
forEachRemaining, remove
boolean hasNext()
hasNext
Iterator<R>
R next()
next
Copyright © 2023 Eclipse. All rights reserved.