public class Triple<X,Y,Z> extends java.lang.Object
X
first
Y
second
Z
third
Triple(X first, Y second, Z third)
static <A,B,C> Triple<A,B,C>
create(A first, B second, C third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final X first
public final Y second
public final Z third
public Triple(X first, Y second, Z third)
public static <A,B,C> Triple<A,B,C> create(A first, B second, C third)