Class Tuple3<A,​B,​C>


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

      • of

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

        public A getA()
      • getB

        public B getB()
      • getC

        public C getC()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object