Class SVNXDeltaAlgorithm.Match

java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNXDeltaAlgorithm.Match
Enclosing class:
SVNXDeltaAlgorithm

private static class SVNXDeltaAlgorithm.Match extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
     
    int
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Match(int p, int l)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • position

      public int position
    • length

      public int length
    • advance

      public int advance
  • Constructor Details

    • Match

      public Match(int p, int l)