Class InsertBindingSetCursor
- java.lang.Object
-
- org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
-
- org.eclipse.rdf4j.common.iteration.IterationWrapper<org.eclipse.rdf4j.query.BindingSet>
-
- org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
-
- All Implemented Interfaces:
AutoCloseable,Iterator<org.eclipse.rdf4j.query.BindingSet>,org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet>
public class InsertBindingSetCursor extends org.eclipse.rdf4j.common.iteration.IterationWrapper<org.eclipse.rdf4j.query.BindingSet>Adds more bindings to each of the results.- Author:
- James Leigh
-
-
Constructor Summary
Constructors Constructor Description InsertBindingSetCursor(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet> delegate, org.eclipse.rdf4j.query.BindingSet bindings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.query.BindingSetnext()-
Methods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
handleClose, hasNext, remove
-
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-