SQiShER / java-object-diff

Library to diff and merge Java objects with ease
http://sqisher.github.io/java-object-diff/
Apache License 2.0
942 stars 178 forks source link

Identify node index inside a collection #179

Open chancharles opened 7 years ago

chancharles commented 7 years ago

Inside the method:

public void node(final DiffNode diffNode, final Visit visit) How do I identify the index of the child element inside an ordered list?