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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
output, toString
public final boolean hasNext()
public final Binding next()
public final Binding nextBinding()
nextBinding
in interface QueryIterator
public final void cancel()
cancel
in interface QueryIterator
public String debug()
Licenced under the Apache License, Version 2.0