Class OffsetIteration<E>

java.lang.Object
org.eclipse.rdf4j.common.iteration.FilterIteration<E>
org.eclipse.rdf4j.common.iteration.OffsetIteration<E>
All Implemented Interfaces:
AutoCloseable, Iterator<E>, CloseableIteration<E>

public class OffsetIteration<E> extends FilterIteration<E>
An Iteration that skips the first offset elements from an underlying Iteration.