Class ZipWithIndexIterable<T>

All Implemented Interfaces:
Iterable<Pair<T,Integer>>, InternalIterable<Pair<T,Integer>>, LazyIterable<Pair<T,Integer>>, RichIterable<Pair<T,Integer>>

public class ZipWithIndexIterable<T> extends AbstractLazyIterable<Pair<T,Integer>>
A CollectIterable is an iterable that transforms a source iterable on a condition as it iterates.