Package org.webcat.diff
Class DiffPatcher<T>
java.lang.Object
org.webcat.diff.DiffPatcher<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMerge a set of patches onto the list.
-
Constructor Details
-
DiffPatcher
-
-
Method Details
-
getPatches
-
apply
Merge a set of patches onto the list. Return a patched list, as well as an array of true/false values indicating which patches were applied.- Parameters:
list
- Old list.- Returns:
- Two element Object array, containing the new list and an array of boolean values.
-