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
public abstract class AbstractCloseableIteratorIteration<E> extends AbstractCloseableIteration<E>
An Iteration that can convert anIterator
to aCloseableIteration
.
-
-
Constructor Summary
Constructors Constructor Description AbstractCloseableIteratorIteration()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Iterator<? extends E>
getIterator()
boolean
hasNext()
E
next()
void
remove()
-
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
-
-