| Package | Description |
|---|---|
| difflib |
The
difflib package
implements general operation with diff files. |
| Modifier and Type | Class and Description |
|---|---|
class |
ChangeDelta<T>
Describes the change-delta between original and revised texts.
|
class |
DeleteDelta<T>
Describes the delete-delta between original and revised texts.
|
class |
InsertDelta<T>
Describes the add-delta between original and revised texts.
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Delta<?>> |
DeltaComparator.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<Delta<T>> |
Patch.getDeltas()
Get the list of computed deltas
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patch.addDelta(Delta<T> delta)
Add the given delta to this patch
|
int |
DeltaComparator.compare(Delta<?> a,
Delta<?> b) |
int |
DeltaComparator.compare(Delta<?> a,
Delta<?> b) |
Copyright © 2015. All rights reserved.