protected abstract class CursorImpl.BaseIterator extends java.lang.Object implements java.util.Iterator<Row>
| Modifier and Type | Field and Description |
|---|---|
protected ColumnMatcher |
_colMatcher |
protected java.util.Collection<java.lang.String> |
_columnNames |
protected java.lang.Boolean |
_hasNext |
protected boolean |
_moveForward |
protected boolean |
_validRow |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseIterator(java.util.Collection<java.lang.String> columnNames,
boolean reset,
boolean moveForward,
ColumnMatcher columnMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
findNext() |
boolean |
hasNext() |
Row |
next() |
void |
remove() |
protected final java.util.Collection<java.lang.String> _columnNames
protected final boolean _moveForward
protected final ColumnMatcher _colMatcher
protected java.lang.Boolean _hasNext
protected boolean _validRow
protected BaseIterator(java.util.Collection<java.lang.String> columnNames,
boolean reset,
boolean moveForward,
ColumnMatcher columnMatcher)