| Constructor and Description |
|---|
Triple(F first,
S second,
T third)
Constructs a Pair
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
T |
third()
Returns the second
|
java.lang.String |
toString()
Returns "first/second"
|