Class Pair<A,​B>


  • public class Pair<A,​B>
    extends Object
    Author:
    Javier Rojas Blum Date: 09.05.2012
    • Constructor Detail

      • Pair

        public Pair​(A first,
                    B second)
    • Method Detail

      • getFirst

        public A getFirst()
      • setFirst

        public void setFirst​(A first)
      • getSecond

        public B getSecond()
      • setSecond

        public void setSecond​(B second)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object