class: KeyedCollection
authorClaus Gittinger <cg@exept.de>
Wed, 26 Nov 2014 09:39:20 +0100
changeset 17120 246d9198d84e
parent 17119 f2e24bf6338d
child 17121 1732f18ec4b1
class: KeyedCollection comment/format in: #documentation
KeyedCollection.st
--- a/KeyedCollection.st	Wed Nov 26 09:38:03 2014 +0100
+++ b/KeyedCollection.st	Wed Nov 26 09:39:20 2014 +0100
@@ -39,9 +39,9 @@
 "
     Abstract superclass for collections which have a key->value mapping.
     This abstract class provides functionality common to those collections,
-    without knowing how the concrete class implements things. Thus, all
-    methods found here depend on some basic mechanisms to be defined in the
-    concrete class. 
+    without knowing how the concrete class implements things. 
+    Thus, all methods found here depend on some basic mechanisms 
+    to be defined in the concrete class. 
     These basic methods are usually defined as #subclassResponsibility here.
     Some methods are also redefined for better performance.
 
@@ -53,7 +53,6 @@
     [author:]
         Claus Gittinger
 "
-
 ! !
 
 !KeyedCollection class methodsFor:'queries'!
@@ -200,9 +199,10 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010-08-24 08:29:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.9 2014-11-26 08:39:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.8 2010-08-24 08:29:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.9 2014-11-26 08:39:20 cg Exp $'
 ! !
+