| Constructor and Description |
|---|
MutableTriple(A a,
B b,
C c) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
A |
getA() |
B |
getB() |
C |
getC() |
int |
hashCode() |
void |
setA(A a)
Set the first value of the triple.
|
void |
setB(B b)
Set the second value of the triple.
|
void |
setC(C c)
Set the third value of the triple.
|
void |
setLeft(A a)
Set the first value of the triple.
|
void |
setMiddle(B b)
Set the second value of the triple.
|
void |
setRight(C c)
Set the third value of the triple.
|
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 setMiddle(B b)
b - The new valuepublic C getC()
public void setC(C c)
c - The new valuepublic void setRight(C c)
c - 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