public class Quadruple<A,B,C,D> extends Triple<A,B,C>
Constructor and Description |
---|
Quadruple(A first,
B second,
C third,
D fourth) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
D |
getFourth() |
int |
hashCode() |
java.lang.String |
toString() |
protected final D fourth