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