Class Patch<T>

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

public final class Patch<T> extends Object implements Serializable
Describes the patch holding all deltas between the original and revised texts.
See Also: