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