Uses of Class
eu.bandm.tools.util.anon.Tuple3
Packages that use Tuple3
Package
Description
Collection types which work without names for classes and components.
-
Uses of Tuple3 in eu.bandm.tools.util.anon
Methods in eu.bandm.tools.util.anon that return Tuple3Modifier and TypeMethodDescriptionstatic <A0,
A1, A2>
Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) Build a 3-tuple.Methods in eu.bandm.tools.util.anon that return types with arguments of type Tuple3Modifier and TypeMethodDescriptionstatic <A0,
A1, A2>
Comparator<Tuple3<A0, A1, A2>> Tuples.lexical
(Comparator<A0> c0, Comparator<A1> c1, Comparator<A2> c2) Combine two comparators of the components into a comparator for the 3-tuple, in lexical style.Build an operation on tuples from three operations on the component types.Build an operation on tuples from three operations on the component types.Build a function which delivers a 3-tuple from functions which deliver a single value.Methods in eu.bandm.tools.util.anon with parameters of type Tuple3