public class Quad<T1,T2,T3,T4> extends java.lang.Object
T1
first
T4
fourth
T2
second
T3
third
Quad(T1 first, T2 second, T3 third, T4 fourth)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public T1 first
public T2 second
public T3 third
public T4 fourth
public Quad(T1 first, T2 second, T3 third, T4 fourth)