Uses of Class
net.morimekta.util.Tuple.Tuple2
-
Packages that use Tuple.Tuple2 Package Description net.morimekta.util -
-
Uses of Tuple.Tuple2 in net.morimekta.util
Subclasses of Tuple.Tuple2 in net.morimekta.util Modifier and Type Class Description static class
Tuple.Tuple3<T1,T2,T3>
static class
Tuple.Tuple4<T1,T2,T3,T4>
static class
Tuple.Tuple5<T1,T2,T3,T4,T5>
static class
Tuple.Tuple6<T1,T2,T3,T4,T5,T6>
Methods in net.morimekta.util that return Tuple.Tuple2 Modifier and Type Method Description static <T1,T2> Tuple.Tuple2<T1,T2>
Tuple. tuple(T1 v1, T2 v2)
-