|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Delta | |
|---|---|
| difflib |
The difflib package
implements general operation with diff files. |
| Uses of Delta in difflib |
|---|
| Subclasses of Delta in difflib | |
|---|---|
class |
ChangeDelta
Describes the change-delta between original and revised texts. |
class |
DeleteDelta
Describes the delete-delta between original and revised texts. |
class |
InsertDelta
Describes the add-delta between original and revised texts. |
| Fields in difflib with type parameters of type Delta | |
|---|---|
static Comparator<Delta> |
DeltaComparator.INSTANCE
|
| Methods in difflib that return types with arguments of type Delta | |
|---|---|
List<Delta> |
Patch.getDeltas()
Get the list of computed deltas |
| Methods in difflib with parameters of type Delta | |
|---|---|
void |
Patch.addDelta(Delta delta)
Add the given delta to this patch |
int |
DeltaComparator.compare(Delta a,
Delta b)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||