public class SilentIteration extends LookAheadIteration<BindingSet,QueryEvaluationException>
Modifier and Type | Field and Description |
---|---|
protected CloseableIteration<BindingSet,QueryEvaluationException> |
iter |
Constructor and Description |
---|
SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter) |
Modifier and Type | Method and Description |
---|---|
protected BindingSet |
getNextElement()
Gets the next element.
|
handleClose, hasNext, next, remove
close, isClosed
protected CloseableIteration<BindingSet,QueryEvaluationException> iter
public SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter)
protected BindingSet getNextElement() throws QueryEvaluationException
LookAheadIteration
getNextElement
in class LookAheadIteration<BindingSet,QueryEvaluationException>
QueryEvaluationException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.