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.-
Field Summary
Fields inherited from interface CloseableIteration
EMPTY_STATEMENT_ITERATION -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCloseableIteration
close, handleClose, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
streamMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
AbstractCloseableIteratorIteration
public AbstractCloseableIteratorIteration()
-
-
Method Details
-
getIterator
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove()
-