KeyedCollection.st
changeset 19844 9a7234d4b08c
parent 19469 e43475084bb5
child 19863 513bd7237fe7
child 21368 1e4c41f4d3af
equal deleted inserted replaced
19843:4ce3c7f4d168 19844:9a7234d4b08c
   168     "Modified: / 19.6.1998 / 00:54:02 / cg"
   168     "Modified: / 19.6.1998 / 00:54:02 / cg"
   169 !
   169 !
   170 
   170 
   171 removeKey:aKey ifAbsent:exceptionBlock
   171 removeKey:aKey ifAbsent:exceptionBlock
   172     "remove key (and the value stored under that key) from the
   172     "remove key (and the value stored under that key) from the
   173      receiver; if no such element is contained, return the value
   173      receiver; return the value which was stored previously there.
       
   174      If no such element is contained, return the value
   174      from evaluating exceptionBlock"
   175      from evaluating exceptionBlock"
   175 
   176 
   176     ^ self subclassResponsibility
   177     ^ self subclassResponsibility
   177 
   178 
   178     "Created: / 19.6.1998 / 00:53:58 / cg"
   179     "Created: / 19.6.1998 / 00:53:58 / cg"