public interface Tuple2<T1,T2> extends Tuple
| Modifier and Type | Method and Description |
|---|---|
T1 |
getT1()
To get the fist object of this
Tuples. |
T2 |
getT2()
To get the second object of this
Tuples. |
Copyright © 2020. All rights reserved.