Class OffsetIteration<E,X extends Exception>

java.lang.Object
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.