Class Tuple9<T0,​T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8>


  • public class Tuple9<T0,​T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8>
    extends Tuple
    • Method Detail

      • get0

        public T0 get0()
      • get1

        public T1 get1()
      • get2

        public T2 get2()
      • get3

        public T3 get3()
      • get4

        public T4 get4()
      • get5

        public T5 get5()
      • get6

        public T6 get6()
      • get7

        public T7 get7()
      • get8

        public T8 get8()
      • 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