public class Quadruple<S,T,U,V> extends Triple<S,T,U>
protected V
fourth
Quadruple(S first, T second, U third, V fourth)
boolean
equals(Object obj)
V
getFourth()
int
hashCode()
void
setFourth(V fourth)
getThird, setThird
getFirst, getSecond, setFirst, setSecond
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected V fourth
public Quadruple(S first, T second, U third, V fourth)
public V getFourth()
public boolean equals(Object obj)
equals
Triple<S,T,U>
public int hashCode()
hashCode
public void setFourth(V fourth)