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