public class MultiProjectionIterator extends LookAheadIteration<BindingSet,QueryEvaluationException>
| Constructor and Description |
|---|
MultiProjectionIterator(MultiProjection multiProjection,
CloseableIteration<BindingSet,QueryEvaluationException> iter,
BindingSet bindings) |
| Modifier and Type | Method and Description |
|---|---|
protected BindingSet |
getNextElement() |
protected void |
handleClose() |
hasNext, next, removeclose, isClosedpublic MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)
protected BindingSet getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionprotected void handleClose()
throws QueryEvaluationException
handleClose in class LookAheadIteration<BindingSet,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2015-2021 Eclipse Foundation. All Rights Reserved.