A
- type of the first fieldB
- type of the second fieldC
- type of the third fieldD
- type of the fourth fieldpublic class Quartuple<A,B,C,D> extends Triple<A,B,C>
Constructor and Description |
---|
Quartuple() |
Quartuple(A a,
B b,
C c,
D d) |