Class DropIterator<T>

java.lang.Object
org.eclipse.collections.impl.lazy.iterator.DropIterator<T>
All Implemented Interfaces:
Iterator<T>

@Deprecated
public final class DropIterator<T>
extends Object
implements Iterator<T>
Deprecated.
in 8.0. Use SelectIterator(Iterable, Predicate) with DropIterablePredicate(int) as a predicate instead.
Iterates over the elements of the iterator skipping the first count elements or the full iterator if the count is non-positive.