Class CloseablePeakableIteration<E>
java.lang.Object
org.eclipse.rdf4j.sail.shacl.wrapper.data.CloseablePeakableIteration<E>
- All Implemented Interfaces:
AutoCloseable
,Iterator<E>
,CloseableIteration<E>
@InternalUseOnly
public class CloseablePeakableIteration<E>
extends Object
implements CloseableIteration<E>
-
Constructor Summary
-
Method Summary
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
-
CloseablePeakableIteration
-
-
Method Details
-
close
public void close()Description copied from interface:CloseableIteration
Closes this iteration, freeing any resources that it is holding. If the iteration has already been closed then invoking this method has no effect.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseableIteration<E>
-
hasNext
public boolean hasNext() -
next
-
remove
public void remove() -
peek
-