[Pkg] The Trunk: Collections-ar.275.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jan 8 08:04:01 UTC 2010


Andreas Raab uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ar.275.mcz

==================== Summary ====================

Name: Collections-ar.275
Author: ar
Time: 8 January 2010, 9:03:46 am
UUID: 4eec6753-6711-094f-8a81-01f191056c76
Ancestors: Collections-nice.274

Preserve findElementOrNil: for compatibility with external packages (i.e., extension methods in Dictionary etc).

=============== Diff against Collections-nice.274 ===============

Item was added:
+ ----- Method: HashedCollection>>findElementOrNil: (in category 'compatibility') -----
+ findElementOrNil: anObject
+ 	"This method has been superseeded by #scanFor:
+ 	It is here for compatibility with external packages only."
+ 	^self scanFor: anObject!



More information about the Packages mailing list