Package io.aether.utils.tuples
Class Tuple2<T1,T2>
- java.lang.Object
-
- io.aether.utils.tuples.Tuple
-
- io.aether.utils.tuples.Tuple2<T1,T2>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T1,T2>
Tuple2<T1,T2>of(T1 val1, T2 val2)java.lang.StringtoString()T1val1()T2val2()
-