public class AlternativeCursor<E> extends LookAheadIteration<E,QueryEvaluationException>
| Constructor and Description |
|---|
AlternativeCursor(CloseableIteration<? extends E,QueryEvaluationException> primary,
CloseableIteration<? extends E,QueryEvaluationException> alternative) |
| Modifier and Type | Method and Description |
|---|---|
E |
getNextElement() |
void |
handleClose() |
String |
toString() |
hasNext, next, removeclose, isClosedpublic AlternativeCursor(CloseableIteration<? extends E,QueryEvaluationException> primary, CloseableIteration<? extends E,QueryEvaluationException> alternative)
public void handleClose()
throws QueryEvaluationException
handleClose in class LookAheadIteration<E,QueryEvaluationException>QueryEvaluationExceptionpublic E getNextElement() throws QueryEvaluationException
getNextElement in class LookAheadIteration<E,QueryEvaluationException>QueryEvaluationExceptionCopyright © 2001-2014 Aduna. All Rights Reserved.