Iterator<Pair<T,Integer>>
public final class ZipWithIndexIterator<T> extends Object implements Iterator<Pair<T,Integer>>
ZipWithIndexIterator(Iterable<T> iterable)
boolean
hasNext()
Pair<T,Integer>
next()
void
remove()
forEachRemaining
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ZipWithIndexIterator(Iterable<T> iterable)
public void remove()
remove
Iterator<T>
public boolean hasNext()
hasNext
public Pair<T,Integer> next()
next
Copyright © 2004–2017. All rights reserved.