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