Class ZipWithIndexIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ZipWithIndexIterator(java.lang.Iterable<T> iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Pair<T,java.lang.Integer>
next()
void
remove()
-