Package | Description |
---|---|
com.github.difflib.patch |
Modifier and Type | Method and Description |
---|---|
Chunk<T> |
AbstractDelta.getSource() |
Chunk<T> |
AbstractDelta.getTarget() |
Constructor and Description |
---|
AbstractDelta(DeltaType type,
Chunk<T> source,
Chunk<T> target) |
AbstractDelta(DeltaType type,
Chunk<T> source,
Chunk<T> target) |
ChangeDelta(Chunk<T> source,
Chunk<T> target)
Creates a change delta with the two given chunks.
|
ChangeDelta(Chunk<T> source,
Chunk<T> target)
Creates a change delta with the two given chunks.
|
DeleteDelta(Chunk<T> original,
Chunk<T> revised)
Creates a change delta with the two given chunks.
|
DeleteDelta(Chunk<T> original,
Chunk<T> revised)
Creates a change delta with the two given chunks.
|
InsertDelta(Chunk<T> original,
Chunk<T> revised)
Creates an insert delta with the two given chunks.
|
InsertDelta(Chunk<T> original,
Chunk<T> revised)
Creates an insert delta with the two given chunks.
|
Copyright © 2009–2019 java-diff-utils. All rights reserved.