Class Pair<L,​R>


  • public class Pair<L,​R>
    extends Object
    • Constructor Detail

      • Pair

        public Pair​(L left,
                    R right)
    • Method Detail

      • getLeft

        public L getLeft()
      • getRight

        public R getRight()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object