public class Diff
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Diff.Change
The result of the diff.
|
Modifier and Type | Field and Description |
---|---|
boolean |
heuristic
Deprecated.
|
boolean |
no_discards
Deprecated.
|
Constructor and Description |
---|
Diff(java.lang.Object[] a,
java.lang.Object[] b)
Constructor to find differences between two arrays.
|
Modifier and Type | Method and Description |
---|---|
Diff.Change |
diff_2(boolean reverse)
Compute the difference between the 2 arrays.
|
@Deprecated public boolean heuristic
@Deprecated public boolean no_discards
public Diff(java.lang.Object[] a, java.lang.Object[] b)
a
- left "document"b
- right documentpublic Diff.Change diff_2(boolean reverse)
Copyright © 2010 - 2020 Adobe. All Rights Reserved