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 | Field and Description |
---|---|
private DeltaType |
AbstractDelta.type |
Modifier and Type | Method and Description |
---|---|
DeltaType |
AbstractDelta.getType() |
static DeltaType |
DeltaType.valueOf(java.lang.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 |
---|
AbstractDelta(DeltaType type,
Chunk<T> source,
Chunk<T> target) |