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