Class SvnDiffHunk.Range

  • Enclosing class:
    SvnDiffHunk

    static class SvnDiffHunk.Range
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Range​(long start, long end, long current)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • start

        private long start
      • end

        private long end
      • current

        private long current
    • Constructor Detail

      • Range

        public Range​(long start,
                     long end,
                     long current)