Class InsertBindingSetCursor
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.common.iteration.IterationWrapper<BindingSet>
org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
- All Implemented Interfaces:
AutoCloseable
,Iterator<BindingSet>
,CloseableIteration<BindingSet>
Adds more bindings to each of the results.
- Author:
- James Leigh
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
wrappedIter
-
Constructor Summary
ConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet> delegate, BindingSet bindings) -
Method Summary
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 org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
InsertBindingSetCursor
-
-
Method Details
-
next
Description copied from class:IterationWrapper
Returns the next element from the wrapped Iteration.- Specified by:
next
in interfaceIterator<BindingSet>
- Overrides:
next
in classIterationWrapper<BindingSet>
- Throws:
QueryEvaluationException
-