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


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

      • of

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

        public A getA()
      • getB

        public B getB()
      • getC

        public C getC()
      • getD

        public D getD()
      • getE

        public E getE()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object