public final class Tuples extends Object
static <T1,T2>Tuple2<T1,T2>
of(T1 t1, T2 t2)
static <T1,T2,T3>Tuple3<T1,T2,T3>
of(T1 t1, T2 t2, T3 t3)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T1,T2> Tuple2<T1,T2> of(T1 t1, T2 t2)
public static <T1,T2,T3> Tuple3<T1,T2,T3> of(T1 t1, T2 t2, T3 t3)