Class CloseablePeakableIteration<E>
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.wrapper.data.CloseablePeakableIteration<E>
-
- All Implemented Interfaces:
AutoCloseable,Iterator<E>,org.eclipse.rdf4j.common.iteration.CloseableIteration<E>
@InternalUseOnly public class CloseablePeakableIteration<E> extends Object implements org.eclipse.rdf4j.common.iteration.CloseableIteration<E>
-
-
Constructor Summary
Constructors Constructor Description CloseablePeakableIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<E> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()Enext()Epeek()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
CloseablePeakableIteration
public CloseablePeakableIteration(org.eclipse.rdf4j.common.iteration.CloseableIteration<E> parent)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.eclipse.rdf4j.common.iteration.CloseableIteration<E>
-
peek
public E peek()
-
-