delegateSet(entryIndex, validate(entryIndex, entry));
didSet(entryIndex, entry, oldObject);
if (isNotificationRequired())
{
NotificationImpl notifications =
createNotification
(Notification.RESOLVE,
entry.getEStructuralFeature(),
object,
resolved,
index,
false);
notifications.add(createNotification(Notification.RESOLVE, oldObject, entry, index, false));
notifications.dispatch();
}
return resolved;
}