Class LogicIntPair


  • public class LogicIntPair
    extends Object
    • Constructor Detail

      • LogicIntPair

        public LogicIntPair​(int first,
                            int second)
    • Method Detail

      • getFirst

        public int getFirst()
      • setFirst

        public void setFirst​(int first)
      • getSecond

        public int getSecond()
      • setSecond

        public void setSecond​(int second)