Class Pair<A,​B>


  • public class Pair<A,​B>
    extends Object
    Created by johnjoseph on 19/03/17.
    • Constructor Detail

      • Pair

        public Pair​(A a_,
                    B b_)
    • Method Detail

      • getA

        public A getA()
      • getB

        public B getB()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object