public class Triple<T1,T2,T3> extends java.lang.Object
T1
first
T2
second
T3
third
Triple(T1 first, T2 second, T3 third)
static <T1,T2,T3> Triple<T1,T2,T3>
create(T1 first, T2 second, T3 third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T1 first
public final T2 second
public final T3 third
@Deprecated public Triple(T1 first, T2 second, T3 third)
public static <T1,T2,T3> Triple<T1,T2,T3> create(T1 first, T2 second, T3 third)