public class Quadruple<S,T,U,V> extends Triple<S,T,U>
Constructor and Description |
---|
Quadruple(S first,
T second,
U third,
V fourth) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
V |
getFourth() |
int |
hashCode() |
void |
setFourth(V fourth) |
protected V fourth