Class InsertDelta<T>

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

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