Class Diff.Pair

  • Enclosing class:
    Diff

    static class Diff.Pair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int Max  
      (package private) int Min  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pair​(int i1, int i2)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Min

        int Min
      • Max

        int Max
    • Constructor Detail

      • Pair

        Pair​(int i1,
             int i2)