Package org.eclipse.collections.impl.lazy.iterator
package org.eclipse.collections.impl.lazy.iterator
This package contains implementations of the
Iterator
interface.-
ClassDescriptionCollectIterator<T,
V> DropIterator<T>Deprecated.in 8.0.FlatCollectIterator<T,V> TakeIterator<T>Iterates over the first count elements of the iterator or the full size of the iterator if the count is greater than the length of the receiver.Iterates over the elements of the iterator until predicate returns false.TapIterator<T>ZipIterator<X,Y>