WeakIdentityDictionary.st
changeset 9243 a4ea5c29fe53
parent 8493 51588db95f05
child 13747 6c74a982626e
child 17711 39faaaf888b4
equal deleted inserted replaced
9242:19e873fe5e21 9243:a4ea5c29fe53
   397     ^ val
   397     ^ val
   398 
   398 
   399     "Modified: 6.5.1996 / 12:22:26 / stefan"
   399     "Modified: 6.5.1996 / 12:22:26 / stefan"
   400     "Created: 1.7.1997 / 10:45:14 / cg"
   400     "Created: 1.7.1997 / 10:45:14 / cg"
   401     "Modified: 1.7.1997 / 10:45:52 / cg"
   401     "Modified: 1.7.1997 / 10:45:52 / cg"
       
   402 !
       
   403 
       
   404 isWeakCollection
       
   405     "return true, if the receiver has weak references to its elements."
       
   406 
       
   407     ^ true
   402 ! !
   408 ! !
   403 
   409 
   404 !WeakIdentityDictionary class methodsFor:'documentation'!
   410 !WeakIdentityDictionary class methodsFor:'documentation'!
   405 
   411 
   406 version
   412 version
   407     ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.41 2004-08-30 15:45:43 stefan Exp $'
   413     ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.42 2006-03-06 10:04:42 cg Exp $'
   408 ! !
   414 ! !