public static class Tuples.PairIterable<S,T> extends Object implements Iterable<Pair<S,T>>
Tuples.PairIterable(Iterable<S> first, Iterable<T> second)
Iterator<Pair<S,T>>
iterator()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuples.PairIterable(Iterable<S> first, Iterable<T> second)
public Iterator<Pair<S,T>> iterator()
iterator
Iterable<Pair<S,T>>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.