Class OffsetIteration<E, X extends Exception>
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
org.eclipse.rdf4j.common.iteration.IterationWrapper<E,X>
org.eclipse.rdf4j.common.iteration.FilterIteration<E,X>
org.eclipse.rdf4j.common.iteration.OffsetIteration<E,X>
- All Implemented Interfaces:
AutoCloseable,CloseableIteration<E,,X> Iteration<E,X>
@Deprecated(since="4.1.0")
public class OffsetIteration<E, X extends Exception>
extends FilterIteration<E,X>
Deprecated.
An Iteration that skips the first offset elements from an underlying Iteration.
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
wrappedIter -
Constructor Summary
ConstructorsConstructorDescriptionOffsetIteration(Iteration<? extends E, X> iter, long offset) Deprecated.Creates a new OffsetIteration. -
Method Summary
Methods inherited from class org.eclipse.rdf4j.common.iteration.FilterIteration
handleClose, hasNext, nextMethods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper
removeMethods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
close, isClosedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration
stream
-
Constructor Details
-
OffsetIteration
-
-
Method Details
-
accept
-