Modifier and Type | Field and Description |
---|---|
protected ColumnMatcher |
_colMatcher |
protected Collection<String> |
_columnNames |
protected Boolean |
_hasNext |
protected boolean |
_moveForward |
protected boolean |
_validRow |
Modifier | Constructor and Description |
---|---|
protected |
BaseIterator(Collection<String> columnNames,
boolean reset,
boolean moveForward,
ColumnMatcher columnMatcher) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
findNext() |
boolean |
hasNext() |
Row |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected final Collection<String> _columnNames
protected final boolean _moveForward
protected final ColumnMatcher _colMatcher
protected Boolean _hasNext
protected boolean _validRow
protected BaseIterator(Collection<String> columnNames, boolean reset, boolean moveForward, ColumnMatcher columnMatcher)
protected abstract boolean findNext() throws IOException
IOException
Copyright © 2005–2018. All rights reserved.