| Constructor and Description |
|---|
MutableTuple(A a,
B b) |
| Modifier and Type | Method and Description |
|---|---|
A |
getA() |
B |
getB() |
void |
set(A a,
B b) |
void |
setA(A a) |
void |
setB(B b) |
void |
setFirst(A a) |
void |
setLeft(A a) |
void |
setRight(B b) |
void |
setSecond(B b) |