- Enclosing class:
- DiffMatch
public static class DiffMatch.Patch
extends Object 
Class representing one patch operation.
- 
Constructor SummaryConstructors 
- 
Method Summary
Emmulate GNU diff's format. 
 
 
 
 
- 
Constructor Details
- 
Patchpublic Patch() Constructor. Initializes with an empty list of diffs. 
 
- 
Method Details
- 
toStringEmmulate GNU diff's format. Header: @@ -382,8 +481,9 @@ Indicies are
 printed as 1-based, not 0-based. 
- Overrides:
- toStringin class- Object
- Returns:
- The GNU diff string.