| Constructor and Description |
|---|
MutableQuadruple(A a,
B b,
C c,
D d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
A |
getA() |
B |
getB() |
C |
getC() |
D |
getD() |
int |
hashCode() |
void |
setA(A a)
Set the first value of the quadruple.
|
void |
setB(B b)
Set the second value of the quadruple.
|
void |
setC(C c)
Set the third value of the quadruple.
|
void |
setD(D d)
Set the fourth value of the quadruple.
|
java.lang.String |
toString() |
public A getA()
public void setA(A a)
a - The new valuepublic B getB()
public void setB(B b)
b - The new valuepublic C getC()
public void setC(C c)
c - The new valuepublic D getD()
public void setD(D d)
d - 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