notifications = shadowRemove(collection.get(i), notifications);
}
}
doClear(collectionSize, collection.data());
Notification notification =
(collectionSize == 1 ?
createNotification(Notification.REMOVE, collection.get(0), null, 0, oldIsSet) :
createNotification(Notification.REMOVE_MANY, collection, null, Notification.NO_INDEX, oldIsSet));
if (hasInverse())