WeakIdentitySet.st
changeset 159 514c749165c3
parent 111 9cdd0ed47f38
child 187 a5dc8e2fa93f
equal deleted inserted replaced
158:be947d4e7fb2 159:514c749165c3
    12 
    12 
    13 IdentitySet subclass:#WeakIdentitySet
    13 IdentitySet subclass:#WeakIdentitySet
    14        instanceVariableNames:''
    14        instanceVariableNames:''
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'System-Support'
    17        category:'Collections-Unordered'
    18 !
    18 !
    19 
    19 
    20 WeakIdentitySet comment:'
    20 WeakIdentitySet comment:'
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    21 COPYRIGHT (c) 1994 by Claus Gittinger
    22               All Rights Reserved
    22               All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.2 1994-08-11 21:38:52 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.3 1994-10-10 00:29:15 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !WeakIdentitySet class methodsFor:'documentation'!
    27 !WeakIdentitySet class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.2 1994-08-11 21:38:52 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/WeakIdentitySet.st,v 1.3 1994-10-10 00:29:15 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "