Class ZipWithIndexIterator<T>

java.lang.Object
org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator<T>
All Implemented Interfaces:
Iterator<Pair<T,​Integer>>

public final class ZipWithIndexIterator<T>
extends Object
implements Iterator<Pair<T,​Integer>>