#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Sun, 10 Feb 2019 14:44:10 +0100
changeset 4803 5040e2b3e0c5
parent 4802 e9cd23548087
child 4804 79f220616b4c
#OTHER by cg category
PluggableDictionary.st
--- a/PluggableDictionary.st	Sun Feb 10 14:44:06 2019 +0100
+++ b/PluggableDictionary.st	Sun Feb 10 14:44:10 2019 +0100
@@ -227,7 +227,7 @@
     ^ hashFunction value:aKey
 ! !
 
-!PluggableDictionary methodsFor:'testing'!
+!PluggableDictionary methodsFor:'queries'!
 
 occurrencesOf:anObject
     "count & return how often anObject is stored in the dictionary.