public final class BooleanQueryResultImpl extends Object implements BooleanQueryResult
Default implementation of a BooleanQueryResult
| Constructor and Description |
|---|
BooleanQueryResultImpl(boolean theResult) |
public void close()
throws org.openrdf.query.QueryEvaluationException
close in interface info.aduna.iteration.CloseableIteration<Boolean,org.openrdf.query.QueryEvaluationException>close in interface AutoCloseableorg.openrdf.query.QueryEvaluationExceptionpublic boolean hasNext()
throws org.openrdf.query.QueryEvaluationException
hasNext in interface info.aduna.iteration.Iteration<Boolean,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic Boolean next() throws org.openrdf.query.QueryEvaluationException
next in interface info.aduna.iteration.Iteration<Boolean,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionpublic void remove()
throws org.openrdf.query.QueryEvaluationException
remove in interface info.aduna.iteration.Iteration<Boolean,org.openrdf.query.QueryEvaluationException>org.openrdf.query.QueryEvaluationExceptionCopyright © 2010-2016 Stardog Union. All Rights Reserved.