Class Tuple5<A,​B,​C,​D,​E>

    • Field Detail

      • firstThroughThird

        private final Tuple3<A,​B,​C> firstThroughThird
      • fourthAndFifth

        private final Tuple<D,​E> fourthAndFifth
    • Constructor Detail

      • Tuple5

        Tuple5​(A first,
               B second,
               C third,
               D fourth,
               E fifth)