JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
com.hazelcast.jet.datamodel.Tuple5
Packages that use
Tuple5
Package
Description
com.hazelcast.jet.datamodel
Generic data containers used by the Pipeline API.
Uses of
Tuple5
in
com.hazelcast.jet.datamodel
Methods in
com.hazelcast.jet.datamodel
that return
Tuple5
Modifier and Type
Method
Description
static <E0,
E1,
E2,
E3,
E4>
Tuple5
<E0,
E1,
E2,
E3,
E4>
Tuple5.
tuple5
(E0 f0, E1 f1, E2 f2, E3 f3, E4 f4)
Returns a new 5-tuple with the supplied values.