Class CollectionIteration<E>
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration<E>
- All Implemented Interfaces:
AutoCloseable
,Iterator<E>
,CloseableIteration<E>
An iteration to access a materialized
Collection
of BindingSets.- Author:
- Andreas Schwarte
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, handleClose, 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
stream
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
collection
-
iterator
-
-
Constructor Details
-
CollectionIteration
- Parameters:
collection
-
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-