public class InsertBindingSetCursor extends IterationWrapper<BindingSet,QueryEvaluationException>
wrappedIter
Constructor and Description |
---|
InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
BindingSet |
next()
Returns the next element from the wrapped Iteration.
|
handleClose, hasNext, remove
close, isClosed
public InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
public BindingSet next() throws QueryEvaluationException
IterationWrapper
next
in interface Iteration<BindingSet,QueryEvaluationException>
next
in class IterationWrapper<BindingSet,QueryEvaluationException>
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.