| Constructor and Description |
|---|
MutableQuadruple(A a,
B b,
C c,
D d) |
| Modifier and Type | Method and Description |
|---|---|
A |
getA() |
B |
getB() |
C |
getC() |
D |
getD() |
void |
set(A a,
B b,
C c,
D d) |
void |
setA(A a) |
void |
setB(B b) |
void |
setC(C c) |
void |
setD(D d) |
void |
setFirst(A a) |
void |
setFourth(D d) |
void |
setSecond(B b) |
void |
setThird(C c) |