public class QueryIteratorMapped extends QueryIteratorWrapper
traceIterators| Constructor and Description |
|---|
QueryIteratorMapped(QueryIterator qIter,
Map<Var,Var> varMapping)
Creates a new iterator
|
outputcancel, close, debug, hasNext, next, nextBinding, removeoutput, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingtoStringpublic QueryIteratorMapped(QueryIterator qIter, Map<Var,Var> varMapping)
If the varMapping is null then no variable re-mapping
will be applied and this will act as a simple wrapper over the underlying
wrapper
qIter - Iterator to wrapvarMapping - Variable mappingLicenced under the Apache License, Version 2.0