I have two collections of the same object, Collection oldSet and Collection newSet. The required logic is as follow:
Collection oldSet
Collection newSet
I think the easiest way to do that is by using apache collections api - CollectionUtils.subtract(list1,list2) as long the lists are of the same type.