462463464465466467468469470471472
boolean modified = super.removeAll(c); // Apply updates if (modified) { stateManager.applyUpdates(fieldName, this); } return modified; } finally
533534535536537538539540541542543
// Apply updates if (modified) { stateManager.applyUpdates(fieldName, this); } return modified; } finally
588589590591592593594595596597598
} super.clear(); // Apply updates stateManager.applyUpdates(fieldName, this); return; } finally { pm.releaseFieldUpdateLock();
682683684685686687688689690691692
if (added.remove(lastReturned) == false) { removed.add(lastReturned); } stateManager.applyUpdates(_caller.fieldName, _caller); } finally { pm.releaseFieldUpdateLock(); } }