public abstract class QueryIteratorBase extends PrintSerializableBase implements QueryIterator
| Modifier and Type | Field and Description |
|---|---|
static boolean |
traceIterators |
| Constructor and Description |
|---|
QueryIteratorBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel this iterator
|
void |
close() |
String |
debug() |
boolean |
hasNext()
final - subclasses implement hasNextBinding()
|
Binding |
next()
final - autoclose and registration relies on it - implement moveToNextBinding()
|
Binding |
nextBinding()
final - subclasses implement moveToNextBinding()
|
void |
remove() |
output, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitoutput, toStringpublic final boolean hasNext()
public final Binding next()
public final Binding nextBinding()
nextBinding in interface QueryIteratorpublic final void cancel()
cancel in interface QueryIteratorpublic String debug()
Licenced under the Apache License, Version 2.0