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