Class LimitIteration<E,X extends Exception>

java.lang.Object
All Implemented Interfaces:
AutoCloseable, CloseableIteration<E,X>, Iteration<E,X>

@Deprecated(since="4.1.0") public class LimitIteration<E,X extends Exception> extends IterationWrapper<E,X>
Deprecated.
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount. This class returns the first limit elements from the underlying Iteration and drops the rest.