public static class ResultIterator.EmptyIterator extends ResultIterator
ResultIterator.BufferedIterator, ResultIterator.CachedIterator, ResultIterator.EmptyIterator, ResultIterator.ListIterator, ResultIterator.SingleIterator
Constructor and Description |
---|
EmptyIterator() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Finalizes the iterator and performs any cleanup needed.
|
boolean |
hasNext()
Checks if there is another row available.
|
ResultRow |
next()
Gets the next row in the results and moves the iterator forward one row.
|
void |
reset()
Resets the iterator to its initial position.
|
public boolean hasNext()
ResultIterator
hasNext
in class ResultIterator
public ResultRow next() throws java.util.NoSuchElementException
ResultIterator
next
in class ResultIterator
java.util.NoSuchElementException
public void dispose()
ResultIterator
dispose
in class ResultIterator
public void reset()
ResultIterator
reset
in class ResultIterator
Copyright 2004-2015 Wandora Team