Class ZipWithIndexIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.iterator.ZipWithIndexIterator<T>
-
-
Constructor Summary
Constructors Constructor Description ZipWithIndexIterator(Iterable<T> iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Pair<T,Integer>next()voidremove()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-