889890891892893894895896897898899
if (queued && !ownerSM.getObjectManager().isFlushing()) { backingSuccess = contained; if (backingSuccess) { addQueuedOperation(new RemoveOperation(element, allowCascadeDelete)); } } else { try
938939940941942943944945946947948
{ Object element = iter.next(); if (contains(element)) { backingSuccess = true; addQueuedOperation(new RemoveOperation(element)); } } } else {
859860861862863864865866867868869
918919920921922923924925926927928
10031004100510061007100810091010101110121013
10941095109610971098109911001101110211031104
864865866867868869870871872873874
923924925926927928929930931932933
10711072107310741075107610771078107910801081
11201121112211231124112511261127112811291130