public class QueryIterConvert extends QueryIter1
| Modifier and Type | Class and Description |
|---|---|
static interface |
QueryIterConvert.Converter |
traceIterators| Constructor and Description |
|---|
QueryIterConvert(QueryIterator iter,
QueryIterConvert.Converter c,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextBinding()
Implement this, not hasNext()
|
Binding |
moveToNextBinding()
Implement this, not next() or nextBinding()
Returning null is turned into NoSuchElementException
Does not need to call hasNext (can presume it is true)
|
outputclose, getExecContext, getIteratorNumber, makeTracked, materialize, materializecancel, debug, hasNext, next, nextBinding, removeoutput, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waittoStringpublic QueryIterConvert(QueryIterator iter, QueryIterConvert.Converter c, ExecutionContext context)
public boolean hasNextBinding()
QueryIteratorBasepublic Binding moveToNextBinding()
QueryIteratorBaseLicenced under the Apache License, Version 2.0