Class TakeIterator<T>

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

public final class TakeIterator<T>
extends Object
implements Iterator<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.