public class Tuple2<T0,T1> extends Tuple1<T0>
| Modifier | Constructor and Description |
|---|---|
protected |
Tuple2(int size,
T0 value0,
T1 value1) |
|
Tuple2(T0 value0,
T1 value1) |
| Modifier and Type | Method and Description |
|---|---|
T1 |
v1() |
Copyright © 2019. All rights reserved.