public static class diff_match_patch.Patch extends Object
Modifier and Type | Field and Description |
---|---|
LinkedList<diff_match_patch.Diff> |
diffs |
int |
length1 |
int |
length2 |
int |
start1 |
int |
start2 |
Constructor and Description |
---|
Patch()
Constructor.
|
public LinkedList<diff_match_patch.Diff> diffs
public int start1
public int start2
public int length1
public int length2
Copyright © 2020 Magnolia International Ltd.. All rights reserved.