Package com.intellij.util.diff
Class DiffTree<OT,NT>
- java.lang.Object
-
- com.intellij.util.diff.DiffTree<OT,NT>
-
public class DiffTree<OT,NT> extends Object
- Author:
- max
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <OT,NT>
voiddiff(FlyweightCapableTreeStructure<OT> oldTree, FlyweightCapableTreeStructure<NT> newTree, ShallowNodeComparator<OT,NT> comparator, DiffTreeChangeBuilder<OT,NT> consumer)
-
-
-
Method Detail
-
diff
public static <OT,NT> void diff(FlyweightCapableTreeStructure<OT> oldTree, FlyweightCapableTreeStructure<NT> newTree, ShallowNodeComparator<OT,NT> comparator, DiffTreeChangeBuilder<OT,NT> consumer)
-
-