Class Tuple9<A,​B,​C,​D,​E,​F,​G,​H,​I>

    • Field Detail

      • firstThroughFourth

        private final Tuple4<A,​B,​C,​D> firstThroughFourth
      • fifthThroughNinth

        private final Tuple5<E,​F,​G,​H,​I> fifthThroughNinth
    • Constructor Detail

      • Tuple9

        Tuple9​(A first,
               B second,
               C third,
               D fourth,
               E fifth,
               F sixth,
               G seventh,
               H eighth,
               I ninth)
    • Method Detail

      • _1

        public A _1()
      • _2

        public B _2()
      • _3

        public C _3()
      • _4

        public D _4()
      • _5

        public E _5()
      • _6

        public F _6()
      • _7

        public G _7()
      • _8

        public H _8()
      • _9

        public I _9()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object