Package org.netxms.base
Class DiffMatchPatch.Patch
java.lang.Object
org.netxms.base.DiffMatchPatch.Patch
- Enclosing class:
- DiffMatchPatch
Class representing one patch operation.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintintint
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
diffs
- 
start1public int start1
- 
start2public int start2
- 
length1public int length1
- 
length2public int length2
 
- 
- 
Constructor Details- 
Patchpublic Patch()Constructor. Initializes with an empty list of diffs.
 
- 
- 
Method Details