T1
- type of first elementT2
- type of second elementT3
- type of third elementpublic class Tuple3<T1,T2,T3> extends Object
Constructor and Description |
---|
Tuple3(T1 value1,
T2 value2,
T3 value3)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
T1 |
_1() |
T2 |
_2() |
T3 |
_3() |
static <T1,T2,T3> Tuple3<T1,T2,T3> |
create(T1 value1,
T2 value2,
T3 value3) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
T1 |
value1() |
T2 |
value2() |
T3 |
value3() |
Copyright © 2022–2023. All rights reserved.