Class SingleFilePatch


  • public class SingleFilePatch
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int end  
      private int start  
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleFilePatch​(int start, int end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEnd()  
      int getStart()  
      • Methods inherited from class java.lang.Object

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

      • start

        private final int start
      • end

        private final int end
    • Constructor Detail

      • SingleFilePatch

        public SingleFilePatch​(int start,
                               int end)
    • Method Detail

      • getStart

        public int getStart()
      • getEnd

        public int getEnd()