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 booleanhasNext()Pair<T,java.lang.Integer>next()voidremove()
-