| Constructor | Description |
|---|---|
Tuple3(T1 element0,
T2 element1,
T3 element2) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
T3 |
getElement2() |
|
int |
hashCode() |
|
T3 |
third() |
|
String |
toString() |
|
<T4> Tuple4<T1,T2,T3,T4> |
tuple4(T4 element3) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfirst, getElement0, getElement1, second, tuple3Copyright © 2018. All rights reserved.