Uses of Class
fi.jubic.easyutils.tuple.Tuple3
-
Packages that use Tuple3 Package Description fi.jubic.easyutils.tuple -
-
Uses of Tuple3 in fi.jubic.easyutils.tuple
Methods in fi.jubic.easyutils.tuple that return Tuple3 Modifier and Type Method Description static <T0,T1,T2>
Tuple3<T0,T1,T2>Tuple. of(T0 t0, T1 t1, T2 t2)Create aTupleof 3 elements.
-