WeakIdentitySet.st
changeset 13749 bb954305562f
parent 9317 60e972e65943
child 14316 cba356d31725
equal deleted inserted replaced
13748:debd2a0cb96d 13749:bb954305562f
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    14 
    13 
    15 IdentitySet subclass:#WeakIdentitySet
    14 IdentitySet subclass:#WeakIdentitySet
    16 	instanceVariableNames:''
    15 	instanceVariableNames:''
    17 	classVariableNames:''
    16 	classVariableNames:''
   295 ! !
   294 ! !
   296 
   295 
   297 !WeakIdentitySet class methodsFor:'documentation'!
   296 !WeakIdentitySet class methodsFor:'documentation'!
   298 
   297 
   299 version
   298 version
   300     ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.36 2006-04-18 09:44:27 cg Exp $'
   299     ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.37 2011-09-29 11:19:18 cg Exp $'
   301 ! !
   300 ! !