Class InlineDeltaMergeInfo
java.lang.Object
com.github.difflib.text.deltamerge.InlineDeltaMergeInfo
Holds the information required to merge deltas originating from an inline
diff
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInlineDeltaMergeInfo(List<AbstractDelta<String>> deltas, List<String> origList, List<String> revList) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
deltas
-
origList
-
revList
-
-
Constructor Details
-
InlineDeltaMergeInfo
-
-
Method Details
-
getDeltas
-
getOrigList
-
getRevList
-