[BUG]Collection>>removeAll:

Richard A. O'Keefe ok at cs.otago.ac.nz
Thu Aug 15 23:47:10 UTC 2002


The fix I've posted doesn't just fix the problem for OrderedCollection,
it fixes the problem for every possible kind of Collection that can
support #remove:.  Yes, there's the cost of copying the collection,
but only in the *rare* case of the receiver and collection being the same.



More information about the Squeak-dev mailing list