public class QueryEvaluationIterator<T> extends Object implements info.aduna.iteration.CloseableIteration<T,org.openrdf.query.QueryEvaluationException>
Constructor and Description |
---|
QueryEvaluationIterator(info.aduna.iteration.CloseableIteration<? extends T,org.openrdf.sail.SailException> src) |
public QueryEvaluationIterator(info.aduna.iteration.CloseableIteration<? extends T,org.openrdf.sail.SailException> src)
public boolean hasNext() throws org.openrdf.query.QueryEvaluationException
hasNext
in interface info.aduna.iteration.Iteration<T,org.openrdf.query.QueryEvaluationException>
org.openrdf.query.QueryEvaluationException
public T next() throws org.openrdf.query.QueryEvaluationException
next
in interface info.aduna.iteration.Iteration<T,org.openrdf.query.QueryEvaluationException>
org.openrdf.query.QueryEvaluationException
public void remove() throws org.openrdf.query.QueryEvaluationException
remove
in interface info.aduna.iteration.Iteration<T,org.openrdf.query.QueryEvaluationException>
org.openrdf.query.QueryEvaluationException
public void close() throws org.openrdf.query.QueryEvaluationException
close
in interface info.aduna.iteration.CloseableIteration<T,org.openrdf.query.QueryEvaluationException>
org.openrdf.query.QueryEvaluationException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.