@Immutable public final class ZipIterator<X,Y> extends java.lang.Object implements java.util.Iterator<com.gs.collections.api.tuple.Pair<X,Y>>
ZipIterator(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys)
boolean
hasNext()
com.gs.collections.api.tuple.Pair<X,Y>
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ZipIterator(java.lang.Iterable<X> xs, java.lang.Iterable<Y> ys)
public void remove()
remove
java.util.Iterator<com.gs.collections.api.tuple.Pair<X,Y>>
public boolean hasNext()
hasNext
public com.gs.collections.api.tuple.Pair<X,Y> next()
next