T1
T2
T3
public class Triple<T1,T2,T3> extends java.lang.Object
first
second
third
Triple(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
public Triple(T1 first, T2 second, T3 third)