public class AlternativeCursor<E>
extends org.eclipse.rdf4j.common.iteration.LookAheadIteration<E,org.eclipse.rdf4j.query.QueryEvaluationException>
| Constructor and Description |
|---|
AlternativeCursor(org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends E,org.eclipse.rdf4j.query.QueryEvaluationException> primary,
org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends E,org.eclipse.rdf4j.query.QueryEvaluationException> alternative) |
| Modifier and Type | Method and Description |
|---|---|
E |
getNextElement() |
void |
handleClose() |
String |
toString() |
hasNext, next, removepublic void handleClose()
throws org.eclipse.rdf4j.query.QueryEvaluationException
handleClose in class org.eclipse.rdf4j.common.iteration.LookAheadIteration<E,org.eclipse.rdf4j.query.QueryEvaluationException>org.eclipse.rdf4j.query.QueryEvaluationExceptionpublic E getNextElement() throws org.eclipse.rdf4j.query.QueryEvaluationException
getNextElement in class org.eclipse.rdf4j.common.iteration.LookAheadIteration<E,org.eclipse.rdf4j.query.QueryEvaluationException>org.eclipse.rdf4j.query.QueryEvaluationExceptionCopyright © 2015-2018 Eclipse Foundation. All Rights Reserved.