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