Uses of Class
com.andrebreves.tuple.Tuple15
-
-
Uses of Tuple15 in com.andrebreves.tuple
Methods in com.andrebreves.tuple that return Tuple15 Modifier and Type Method Description static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>Tuple. of(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15)Returns a Tuple that has 15 values.static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>
Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15>Tuple15. of(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5, T6 v6, T7 v7, T8 v8, T9 v9, T10 v10, T11 v11, T12 v12, T13 v13, T14 v14, T15 v15)Returns a Tuple that has 15 values.Methods in com.andrebreves.tuple with parameters of type Tuple15 Modifier and Type Method Description intTuple15. compareTo(Tuple15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> other)static <T1> T1Tuple. v1(Tuple15<T1,?,?,?,?,?,?,?,?,?,?,?,?,?,?> tuple)Returns the 1st value of the Tuple.static <T10> T10Tuple. v10(Tuple15<?,?,?,?,?,?,?,?,?,T10,?,?,?,?,?> tuple)Returns the 10th value of the Tuple.static <T11> T11Tuple. v11(Tuple15<?,?,?,?,?,?,?,?,?,?,T11,?,?,?,?> tuple)Returns the 11th value of the Tuple.static <T12> T12Tuple. v12(Tuple15<?,?,?,?,?,?,?,?,?,?,?,T12,?,?,?> tuple)Returns the 12th value of the Tuple.static <T13> T13Tuple. v13(Tuple15<?,?,?,?,?,?,?,?,?,?,?,?,T13,?,?> tuple)Returns the 13th value of the Tuple.static <T14> T14Tuple. v14(Tuple15<?,?,?,?,?,?,?,?,?,?,?,?,?,T14,?> tuple)Returns the 14th value of the Tuple.static <T15> T15Tuple. v15(Tuple15<?,?,?,?,?,?,?,?,?,?,?,?,?,?,T15> tuple)Returns the 15th value of the Tuple.static <T2> T2Tuple. v2(Tuple15<?,T2,?,?,?,?,?,?,?,?,?,?,?,?,?> tuple)Returns the 2nd value of the Tuple.static <T3> T3Tuple. v3(Tuple15<?,?,T3,?,?,?,?,?,?,?,?,?,?,?,?> tuple)Returns the 3rd value of the Tuple.static <T4> T4Tuple. v4(Tuple15<?,?,?,T4,?,?,?,?,?,?,?,?,?,?,?> tuple)Returns the 4th value of the Tuple.static <T5> T5Tuple. v5(Tuple15<?,?,?,?,T5,?,?,?,?,?,?,?,?,?,?> tuple)Returns the 5th value of the Tuple.static <T6> T6Tuple. v6(Tuple15<?,?,?,?,?,T6,?,?,?,?,?,?,?,?,?> tuple)Returns the 6th value of the Tuple.static <T7> T7Tuple. v7(Tuple15<?,?,?,?,?,?,T7,?,?,?,?,?,?,?,?> tuple)Returns the 7th value of the Tuple.static <T8> T8Tuple. v8(Tuple15<?,?,?,?,?,?,?,T8,?,?,?,?,?,?,?> tuple)Returns the 8th value of the Tuple.static <T9> T9Tuple. v9(Tuple15<?,?,?,?,?,?,?,?,T9,?,?,?,?,?,?> tuple)Returns the 9th value of the Tuple.
-