Package org.exoplatform.portal.tree.diff
Class ListChangeIterator<L1,L2,E>
java.lang.Object
org.exoplatform.portal.tree.diff.ListChangeIterator<L1,L2,E>
- All Implemented Interfaces:
Iterator<ListChangeType>
Iterates over a list of
ListChangeType computed from two list of objects. The implementation is optimized to use the
LCS algorithm only when needed, for trivial list no LCS computation should be required.- Author:
- Julien Viet