public static class Pair.PairIterator<L extends T,R extends T,T> extends java.lang.Object implements java.util.Iterator<T>
PairIterator(Pair<L,R> pair)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public PairIterator(Pair<L,R> pair)
public boolean hasNext()
hasNext
java.util.Iterator<T>
public T next()
next