WeakValueIdentityDictionary.st
changeset 9242 19e873fe5e21
parent 6233 0a79cbd07543
child 17711 39faaaf888b4
child 19086 7d8bd3e1d3ae
--- a/WeakValueIdentityDictionary.st	Mon Mar 06 11:04:36 2006 +0100
+++ b/WeakValueIdentityDictionary.st	Mon Mar 06 11:04:38 2006 +0100
@@ -240,10 +240,16 @@
     "Modified: 6.5.1996 / 12:22:26 / stefan"
     "Modified: 1.7.1997 / 10:45:52 / cg"
     "Created: 1.7.1997 / 15:41:32 / cg"
+!
+
+isWeakCollection
+    "return true, if the receiver has weak references to its elements."
+
+    ^ true
 ! !
 
 !WeakValueIdentityDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueIdentityDictionary.st,v 1.3 2001-11-23 10:11:09 martin Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueIdentityDictionary.st,v 1.4 2006-03-06 10:04:38 cg Exp $'
 ! !