protected class Table.TableIterator extends Object implements Iterator<T>
Table.stream()
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected T[] |
current_row |
protected long |
from |
protected int |
row |
protected long |
to |
Modifier | Constructor and Description |
---|---|
protected |
TableIterator() |
protected |
TableIterator(long from,
long to) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
protected int row
protected int column
protected T[] current_row
protected long from
protected final long to
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.