public class Triple<F,S,T> extends java.lang.Object
F
first
S
second
T
third
Triple(F first, S second, T third)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final F first
public final S second
public final T third
public Triple(F first, S second, T third)