| 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, waitforEachRemainingprotected 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
IOExceptionCopyright © 2005–2016. All rights reserved.