Uses of Class
eu.bandm.tools.ops.Tuple3
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of Tuple3 in eu.bandm.tools.ops
Modifier and TypeMethodDescriptionstatic <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple
(A0 elem0, A1 elem1, A2 elem2) static <A0,
A1, A2> Tuple3<A0, A1, A2> Tuples.tuple3
(A0 elem0, A1 elem1, A2 elem2) Modifier and TypeMethodDescriptionstatic <A0,
A1, A2> Comparator<Tuple3<A0, A1, A2>> Tuples.lexical
(Comparator<A0> c0, Comparator<A1> c1, Comparator<A2> c2) static <A0,
A1, A2> Comparator<Tuple3<A0, A1, A2>> Tuples.lexical3
(Comparator<A0> c0, Comparator<A1> c1, Comparator<A2> c2)