public static void compareLists(java.util.List oldList, java.util.List newList, java.util.List addedItems, java.util.List removedItems, java.util.List retainedItems) Compare two lists and determine the added, removed, and retained items. Parameters: oldList - the old list to compare newList - thenew list to compare addedItems - items that are only inthenew list removedItems - items that are only inthe old list retainedItems - items that are in both lists Since: AEF 9.5.1.0