|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.webapp.tools.data.storage.JDBCGapStorageDBIterator
public class JDBCGapStorageDBIterator
| Field Summary | |
|---|---|
static int |
LIMIT_NUM_ROWS
Number of rows which is output by default; increases performance, because a full result set is only output on request. |
protected static Logger |
log
The logger for this class |
| Method Summary | |
|---|---|
boolean |
hasNext()
check whether there is another row in the request |
Gap |
next()
Returns the next gap in the iterator. |
void |
remove()
does _not_ remove a gap from the iterator, but throws a UnsupportedOperationException instead. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
public static int LIMIT_NUM_ROWS
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface Iterator<Gap>public Gap next()
next in interface Iterator<Gap>public void remove()
remove in interface Iterator<Gap>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||