public abstract class DBReader.DBReaderIterator extends Object implements Iterator<DBRecordData>
Modifier and Type | Field and Description |
---|---|
protected int |
curCount |
protected int |
maxCount |
Constructor and Description |
---|
DBReaderIterator(int maxCount) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the iterator.
|
void |
remove()
Implements the Iterator Interface Method remove not implemented and not applicable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, hasNext, next
public void remove()
remove
in interface Iterator<DBRecordData>
public void dispose()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.