Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.254.mcz==================== Summary ====================
Name: Collections-ul.254
Author: ul
Time: 14 December 2009, 6:17:53 am
UUID: 9187cae3-b579-154a-95fc-119cbe234edc
Ancestors: Collections-ul.253
- removed HashedCollection >> #fullCheck, because it has no senders and it's private
=============== Diff against Collections-ul.253 ===============
Item was removed:
- ----- Method: HashedCollection>>fullCheck (in category 'private') -----
- fullCheck
-
- "Keep array at least 1/4 free for decent hash behavior"
- array size * 3 // 4 < tally ifTrue: [ self grow ]!