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