Package fi.jubic.easyutils.tuple
Class Tuple8<T0,T1,T2,T3,T4,T5,T6,T7>
- java.lang.Object
-
- fi.jubic.easyutils.tuple.Tuple
-
- fi.jubic.easyutils.tuple.Tuple8<T0,T1,T2,T3,T4,T5,T6,T7>
-
public class Tuple8<T0,T1,T2,T3,T4,T5,T6,T7> extends Tuple
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T0get0()T1get1()T2get2()T3get3()T4get4()T5get5()T6get6()T7get7()List<Object>toList()Return elements of thisTuplewrapped in a simpleList.
-