Uses of Class
org.apache.flink.api.java.tuple.Tuple3
-
Packages that use Tuple3 Package Description org.apache.flink.api.java.tuple org.apache.flink.api.java.tuple.builder -
-
Uses of Tuple3 in org.apache.flink.api.java.tuple
Methods in org.apache.flink.api.java.tuple that return Tuple3 Modifier and Type Method Description Tuple3<T0,T1,T2>Tuple3. copy()Shallow tuple copy.static <T0,T1,T2>
Tuple3<T0,T1,T2>Tuple3. of(T0 f0, T1 f1, T2 f2)Creates a new tuple and assigns the given values to the tuple's fields. -
Uses of Tuple3 in org.apache.flink.api.java.tuple.builder
Methods in org.apache.flink.api.java.tuple.builder that return Tuple3 Modifier and Type Method Description Tuple3<T0,T1,T2>[]Tuple3Builder. build()
-