| Package | Description |
|---|---|
| org.apache.flink.api.java.tuple | |
| org.apache.flink.api.java.tuple.builder |
| Modifier and Type | Method and Description |
|---|---|
Tuple4<T0,T1,T2,T3> |
Tuple4.copy()
Shallow tuple copy.
|
static <T0,T1,T2,T3> |
Tuple4.of(T0 value0,
T1 value1,
T2 value2,
T3 value3)
Creates a new tuple and assigns the given values to the tuple's fields.
|
| Modifier and Type | Method and Description |
|---|---|
Tuple4<T0,T1,T2,T3>[] |
Tuple4Builder.build() |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.