WeakValueDictionary.st
changeset 23692 5ce99595b37d
parent 20169 79a892cdfff9
child 23722 f3a464afa0b7
--- a/WeakValueDictionary.st	Sun Feb 10 14:42:16 2019 +0100
+++ b/WeakValueDictionary.st	Sun Feb 10 14:42:26 2019 +0100
@@ -324,7 +324,7 @@
     "Created: 6.5.1996 / 14:47:37 / stefan"
 ! !
 
-!WeakValueDictionary methodsFor:'testing'!
+!WeakValueDictionary methodsFor:'queries'!
 
 includes:anObject
     "redefined to block interrupts
@@ -372,7 +372,9 @@
     "Modified: 6.5.1996 / 12:22:26 / stefan"
     "Modified: 1.7.1997 / 10:45:52 / cg"
     "Created: 1.7.1997 / 15:41:32 / cg"
-!
+! !
+
+!WeakValueDictionary methodsFor:'testing'!
 
 isWeakCollection
     "return true, if the receiver has weak references to its elements."