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 IterationWrapper
wrappedIter -
Constructor Summary
ConstructorsConstructorDescriptionOffsetIteration(Iteration<? extends E, X> iter, long offset) Deprecated.Creates a new OffsetIteration. -
Method Summary
Methods inherited from class FilterIteration
handleClose, hasNext, nextMethods inherited from class IterationWrapper
removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
stream
-
Constructor Details
-
OffsetIteration
-
-
Method Details
-
accept
-