Class IntPair


  • public class IntPair
    extends Object
    • Constructor Detail

      • IntPair

        public IntPair​(int left,
                       int right)
    • Method Detail

      • getLeft

        public int getLeft()
      • getRight

        public int getRight()