public final class Tuples extends java.lang.Object
static <A,B> Pair<A,B>
create(A a, B b)
static <A,B,C> Triple<A,B,C>
create(A a, B b, C c)
pair(A a, B b)
static <A,B> java.util.Map<A,B>
toMap(Pair<A,B>... pairs)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <A,B> Pair<A,B> pair(A a, B b)
public static <A,B> Pair<A,B> create(A a, B b)
public static <A,B,C> Triple<A,B,C> create(A a, B b, C c)
public static <A,B> java.util.Map<A,B> toMap(Pair<A,B>... pairs)