Uses of Interface
com.intellij.util.diff.ShallowNodeComparator
-
Packages that use ShallowNodeComparator Package Description com.intellij.util.diff -
-
Uses of ShallowNodeComparator in com.intellij.util.diff
Methods in com.intellij.util.diff with parameters of type ShallowNodeComparator Modifier and Type Method Description static <OT,NT>
voidDiffTree. diff(FlyweightCapableTreeStructure<OT> oldTree, FlyweightCapableTreeStructure<NT> newTree, ShallowNodeComparator<OT,NT> comparator, DiffTreeChangeBuilder<OT,NT> consumer)
-