Class ChangeDelta<T>

java.lang.Object
com.github.difflib.patch.AbstractDelta<T>
com.github.difflib.patch.ChangeDelta<T>
Type Parameters:
T - The type of the compared elements in the data 'lines'.
All Implemented Interfaces:
Serializable

public final class ChangeDelta<T> extends AbstractDelta<T>
Describes the change-delta between original and revised texts.
See Also: