Summary:
Detail:
Iterator<Pair<T,Integer>>
private int
index
private final Iterator<T>
iterator
ZipWithIndexIterator(Iterable<T> iterable)
boolean
hasNext()
Pair<T,Integer>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
remove
Iterator<T>
hasNext
next