public class OrderedCollectionChangeRecord extends ChangeRecord implements OrderedCollectionChangeRecord
Purpose: This class holds the record of the changes made to a collection attribute of
an object.
Description: Collections must be compared to each other and added and removed objects must
be recorded seperately.
NOTE: This class and its sub class are currently not used within TopLink and should be removed.