|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.empire.db.DBReader.DBReaderIterator
public abstract class DBReader.DBReaderIterator
Field Summary | |
---|---|
protected int |
curCount
|
protected int |
maxCount
|
Constructor Summary | |
---|---|
DBReader.DBReaderIterator(int maxCount)
|
Method Summary | |
---|---|
void |
dispose()
Disposes the iterator. |
void |
remove()
Implements the Iterator Interface Method remove not implemented and not applicable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next |
Field Detail |
---|
protected int curCount
protected int maxCount
Constructor Detail |
---|
public DBReader.DBReaderIterator(int maxCount)
Method Detail |
---|
public void remove()
remove
in interface java.util.Iterator<DBRecordData>
public void dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |