Class GraphQueryResultImpl
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<Statement, QueryEvaluationException>
org.eclipse.rdf4j.common.iteration.IterationWrapper<Statement, QueryEvaluationException>
org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
org.eclipse.rdf4j.query.impl.GraphQueryResultImpl
- All Implemented Interfaces:
AutoCloseable, Iterable<Statement>, CloseableIteration<Statement, QueryEvaluationException>, Iteration<Statement, QueryEvaluationException>, GraphQueryResult, QueryResult<Statement>
Deprecated.
-
Field Summary
Fields inherited from class IterationWrapper
wrappedIter -
Constructor Summary
ConstructorsConstructorDescriptionGraphQueryResultImpl(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated. -
Method Summary
Methods inherited from class IteratingGraphQueryResult
getNamespacesMethods inherited from class IterationWrapper
handleClose, hasNext, next, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
closeMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface QueryResult
hasNext, iterator, next, stream
-
Constructor Details
-
GraphQueryResultImpl
public GraphQueryResultImpl(Map<String, String> namespaces, CloseableIteration<? extends Statement, ? extends QueryEvaluationException> statementIter) Deprecated.
-
IteratingGraphQueryResultinstead.