Class DeleteDelta<T>

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

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