Class GlobalConstraints.Pair

  • Enclosing class:
    GlobalConstraints

    private static class GlobalConstraints.Pair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int a  
      private int b  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(int a, int b)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int first()  
      (package private) int second()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • a

        private final int a
      • b

        private final int b
    • Constructor Detail

      • Pair

        Pair​(int a,
             int b)
    • Method Detail

      • first

        int first()
      • second

        int second()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object