public static class Tuples.TripIterable<A,B,C> extends Object implements Iterable<Tuple3<A,B,C>>
Tuples.TripIterable(Iterable<A> first, Iterable<B> second, Iterable<C> third)
Iterator<Tuple3<A,B,C>>
iterator()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Tuples.TripIterable(Iterable<A> first, Iterable<B> second, Iterable<C> third)
public Iterator<Tuple3<A,B,C>> iterator()
iterator
Iterable<Tuple3<A,B,C>>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.