public class QueryIterPlainWrapper extends QueryIter
traceIterators| Constructor and Description |
|---|
QueryIterPlainWrapper(Iterator<Binding> iter) |
QueryIterPlainWrapper(Iterator<Binding> iter,
ExecutionContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
output(IndentedWriter out,
SerializationContext sCxt) |
void |
setIterator(Iterator<Binding> iterator)
Preferrable to use a constructor - but sometimes that is inconvenient
so pass null in the constructor and then call this before the iterator is
used.
|
close, getExecContext, getIteratorNumber, makeTracked, map, materialize, materialize, outputcancel, debug, hasNext, next, nextBinding, removetoString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingtoStringpublic QueryIterPlainWrapper(Iterator<Binding> iter, ExecutionContext context)
public void setIterator(Iterator<Binding> iterator)
public void output(IndentedWriter out, SerializationContext sCxt)
output in interface PrintSerializableoutput in class QueryIterLicenced under the Apache License, Version 2.0