Package org.eclipse.rdf4j.query.impl
Class GraphQueryResultImpl
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.common.iteration.IterationWrapper<Statement>
org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
org.eclipse.rdf4j.query.impl.GraphQueryResultImpl
- All Implemented Interfaces:
AutoCloseable
,Iterable<Statement>
,Iterator<Statement>
,CloseableIteration<Statement>
,GraphQueryResult
,QueryResult<Statement>
Deprecated.
- Author:
- Jeen Broekstra
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
wrappedIter
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQueryResultImpl
(Map<String, String> namespaces, CloseableIteration<? extends Statement> statementIter) Deprecated. -
Method Summary
Methods inherited from class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
getNamespaces
Methods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
handleClose, hasNext, next, remove
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
close
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
Methods inherited from interface org.eclipse.rdf4j.query.QueryResult
hasNext, iterator, next, stream
-
Constructor Details
-
GraphQueryResultImpl
public GraphQueryResultImpl(Map<String, String> namespaces, CloseableIteration<? extends Statement> statementIter) Deprecated.
-
IteratingGraphQueryResult
instead.