public class DiffTree<OT,NT>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <OT,NT> void |
diff(FlyweightCapableTreeStructure<OT> oldTree,
FlyweightCapableTreeStructure<NT> newTree,
ShallowNodeComparator<? super OT,? super NT> comparator,
DiffTreeChangeBuilder<? super OT,? super NT> consumer,
java.lang.CharSequence oldText) |
public static <OT,NT> void diff(FlyweightCapableTreeStructure<OT> oldTree, FlyweightCapableTreeStructure<NT> newTree, ShallowNodeComparator<? super OT,? super NT> comparator, DiffTreeChangeBuilder<? super OT,? super NT> consumer, java.lang.CharSequence oldText)