class: Collection
authorClaus Gittinger <cg@exept.de>
Wed, 23 Jul 2014 14:29:06 +0200
changeset 16789 840f00e590c7
parent 16788 309515caac43
child 16790 3d7753eeb111
class: Collection comment/format in: #asDictionary
Collection.st
--- a/Collection.st	Tue Jul 22 18:41:45 2014 +0200
+++ b/Collection.st	Wed Jul 23 14:29:06 2014 +0200
@@ -1586,7 +1586,8 @@
     "return a Dictionary with the receiver collection's elements,
      using the original keys of the receiver as dictionary key.
      Notice: this is redefined in Dictionary, where it returns the receiver. 
-     Use asNewDictionary, if you intent to modify the returned collection."
+     Use asNewDictionary, if you intent to modify the returned collection.
+     See associationsAsDictionary if you already have a collection of associations"
 
     |d|
 
@@ -5611,11 +5612,11 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.346 2014-07-16 13:08:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.347 2014-07-23 12:29:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.346 2014-07-16 13:08:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.347 2014-07-23 12:29:06 cg Exp $'
 ! !