public class QueryResultIterator<E> extends Object implements Iterator<E>
Modifier and Type | Field and Description |
---|---|
protected boolean |
has_next |
protected int |
index |
protected QueryResultIF |
result |
Constructor and Description |
---|
QueryResultIterator(QueryResultIF result) |
QueryResultIterator(QueryResultIF result,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
close()
INTERNAL: Close iterator and release any resources held by it.
|
protected void |
finalize() |
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected QueryResultIF result
protected int index
protected boolean has_next
public QueryResultIterator(QueryResultIF result)
public QueryResultIterator(QueryResultIF result, int index)