| Package | Description |
|---|---|
| com.github.difflib.algorithm | |
| com.github.difflib.patch |
| Modifier and Type | Field and Description |
|---|---|
DeltaType |
Change.deltaType |
| Constructor and Description |
|---|
Change(DeltaType deltaType,
int startOriginal,
int endOriginal,
int startRevised,
int endRevised) |
| Modifier and Type | Method and Description |
|---|---|
DeltaType |
Delta.getType() |
static DeltaType |
DeltaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeltaType[] |
DeltaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Delta(DeltaType deltaType,
Chunk<T> original,
Chunk<T> revised)
Construct the delta for original and revised chunks
|
Copyright © 2009–2017 java-diff-utils. All rights reserved.