| Constructor and Description |
|---|
MutableTuple(A a,
B b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
A |
getA() |
B |
getB() |
int |
hashCode() |
void |
setA(A a)
Set the first value of the tuple.
|
void |
setB(B b)
Set the second value of the tuple.
|
void |
setLeft(A a)
Set the first value of the tuple.
|
void |
setRight(B b)
Set the second value of the tuple.
|
java.lang.String |
toString() |
public A getA()
public void setA(A a)
a - The new valuepublic void setLeft(A a)
a - The new valuepublic B getB()
public void setB(B b)
b - The new valuepublic void setRight(B b)
b - The new valuepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object