Class InsertBindingSetCursor
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.common.iteration.IterationWrapper<BindingSet, QueryEvaluationException>
org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
- All Implemented Interfaces:
AutoCloseable, CloseableIteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>
Adds more bindings to each of the results.
-
Field Summary
FieldsFields inherited from class IterationWrapper
wrappedIter -
Constructor Summary
ConstructorsConstructorDescriptionInsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Method Summary
Methods inherited from class IterationWrapper
handleClose, hasNext, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
stream
-
Field Details
-
bindings
-
-
Constructor Details
-
InsertBindingSetCursor
public InsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings)
-
-
Method Details
-
next
Description copied from class:IterationWrapperReturns the next element from the wrapped Iteration.- Specified by:
nextin interfaceIteration<BindingSet, QueryEvaluationException>- Overrides:
nextin classIterationWrapper<BindingSet, QueryEvaluationException>- Returns:
- the next element in the iteration.
- Throws:
QueryEvaluationException
-