public class PairIterator<T> extends Object implements Iterator<T>
PairIterator(Iterator<T> first, Iterator<T> second)
boolean
hasNext()
T
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PairIterator(Iterator<T> first, Iterator<T> second)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.