diff -r e9cd23548087 -r 5040e2b3e0c5 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.