public class Quadruple<T1,T2,T3,T4> extends Object
T1
first
T4
fourth
T2
second
T3
third
Quadruple(T1 first, T2 second, T3 third, T4 fourth)
boolean
equals(Object o)
int
hashCode()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final T1 first
public final T2 second
public final T3 third
public final T4 fourth
public Quadruple(T1 first, T2 second, T3 third, T4 fourth)
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode