Class SVNDeltaCombiner.SVNOffsetsIndex

  • Enclosing class:
    SVNDeltaCombiner

    private static class SVNDeltaCombiner.SVNOffsetsIndex
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int length  
      int[] offsets  
    • Constructor Summary

      Constructors 
      Constructor Description
      SVNOffsetsIndex()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addOffset​(int offset)  
      void clear()  
      • Methods inherited from class java.lang.Object

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

      • length

        public int length
      • offsets

        public int[] offsets
    • Constructor Detail

      • SVNOffsetsIndex

        public SVNOffsetsIndex()
    • Method Detail

      • clear

        public void clear()
      • addOffset

        public void addOffset​(int offset)