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


  • public class Tuple4<A,​B,​C,​D>
    extends Object
    • Method Detail

      • of

        public static <A,​B,​C,​D> Tuple4<A,​B,​C,​D> of​(A a,
                                                                                       B b,
                                                                                       C c,
                                                                                       D d)
      • getA

        public A getA()
      • getB

        public B getB()
      • getC

        public C getC()
      • getD

        public D getD()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object