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)
static <T1,T2,T3,T4>Quad<T1,T2,T3,T4>
create(T1 first, T2 second, T3 third, T4 fourth)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T1 first
public final T2 second
public final T3 third
public final T4 fourth
@Deprecated public Quad(T1 first, T2 second, T3 third, T4 fourth)
public static <T1,T2,T3,T4> Quad<T1,T2,T3,T4> create(T1 first, T2 second, T3 third, T4 fourth)