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.QueryEvaluationExceptionpublic T next() throws org.openrdf.query.QueryEvaluationException
next in interface info.aduna.iteration.Iteration<T,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic void remove()
throws org.openrdf.query.QueryEvaluationException
remove in interface info.aduna.iteration.Iteration<T,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic void close()
throws org.openrdf.query.QueryEvaluationException
close in interface info.aduna.iteration.CloseableIteration<T,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.