Class AbstractCloseableIteratorIteration<E>
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E>
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteratorIteration<E>
- All Implemented Interfaces:
AutoCloseable
,Iterator<E>
,CloseableIteration<E>
- Direct Known Subclasses:
GroupIterator
An Iteration that can convert an
Iterator
to a CloseableIteration
.-
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
-
Constructor Details
-
AbstractCloseableIteratorIteration
public AbstractCloseableIteratorIteration()
-
-
Method Details
-
getIterator
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-