| Package | Description |
|---|---|
| com.github.difflib | |
| com.github.difflib.patch |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
DiffUtils.patch(List<T> original,
Patch<T> patch)
Patch the original text with given patch
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
Patch.applyTo(List<T> target)
Apply this patch to the given target
|
void |
InsertDelta.applyTo(List<T> target) |
abstract void |
Delta.applyTo(List<T> target)
Applies this delta as the patch for a given target
|
void |
DeleteDelta.applyTo(List<T> target) |
void |
ChangeDelta.applyTo(List<T> target) |
void |
Delta.verify(List<T> target)
Verifies that this delta can be used to patch the given text.
|
void |
Chunk.verify(List<T> target)
Verifies that this chunk's saved text matches the corresponding text in the given sequence.
|
Copyright © 2009–2017 java-diff-utils. All rights reserved.