Class Tuple4<A,​B,​C,​D>

  • Type Parameters:
    A - Type of the entry at index 0.
    B - Type of the entry at index 1.
    C - Type of the entry at index 2.
    D - Type of the entry at index 3.
    All Implemented Interfaces:
    Iterable<Object>, Tuple<Integer>
    Direct Known Subclasses:
    Tuple5

    public class Tuple4<A,​B,​C,​D>
    extends Tuple3<A,​B,​C>
    An TupleN containing 4 entries.
    • Constructor Detail

      • Tuple4

        public Tuple4()
      • Tuple4

        public Tuple4​(A a,
                      B b,
                      C c,
                      D d)
    • Method Detail

      • get3

        public D get3()
      • put3

        public void put3​(D d)