Class Tuple5<T0,​T1,​T2,​T3,​T4>


  • public class Tuple5<T0,​T1,​T2,​T3,​T4>
    extends Tuple
    • Method Detail

      • get0

        public T0 get0()
      • get1

        public T1 get1()
      • get2

        public T2 get2()
      • get3

        public T3 get3()
      • get4

        public T4 get4()
      • toList

        public List<Object> toList()
        Description copied from class: Tuple
        Return elements of this Tuple wrapped in a simple List.
        Specified by:
        toList in class Tuple
        Returns:
        the list of values