[squeak-dev] The Trunk: Collections-cmm.405.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 11 22:07:34 UTC 2010


Chris Muller uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-cmm.405.mcz

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

Name: Collections-cmm.405
Author: cmm
Time: 11 November 2010, 4:06:37.51 pm
UUID: bd154437-0a44-462f-8e83-bd348ff937ab
Ancestors: Collections-cmm.404

- Moved WeakOrderedCollection to category Collections-Weak.
- Removed unnecessary constructors.

=============== Diff against Collections-cmm.404 ===============

Item was changed:
  OrderedCollection subclass: #WeakOrderedCollection
  	instanceVariableNames: ''
  	classVariableNames: ''
  	poolDictionaries: ''
+ 	category: 'Collections-Weak'!
- 	category: 'Collections-Sequenceable'!

Item was removed:
- ----- Method: WeakOrderedCollection classSide>>new: (in category 'as yet unclassified') -----
- new: anInteger 
- 	^ self basicNew setCollection: (WeakArray new: anInteger)!

Item was removed:
- ----- Method: WeakOrderedCollection classSide>>new:withAll: (in category 'as yet unclassified') -----
- new: anInteger withAll: anObject
- 	^ self basicNew setContents: (WeakArray new: anInteger withAll: anObject)!




More information about the Squeak-dev mailing list