Class DropIterator<T>
java.lang.Object
org.eclipse.collections.impl.lazy.iterator.DropIterator<T>
- All Implemented Interfaces:
Iterator<T>
Deprecated.
Iterates over the elements of the iterator skipping the first count elements or the full iterator if the count is
non-positive.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDropIterator(Iterable<T> iterable, int count) Deprecated.DropIterator(Iterator<T> iterator, int count) Deprecated. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
delegateIterator
-
-
Constructor Details
-
DropIterator
-
DropIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-
SelectIterator(Iterable, Predicate)withDropIterablePredicate(int)as a predicate instead.