WeakIdentityDictionary.st
changeset 159 514c749165c3
parent 95 d22739a0c6e9
child 358 c419f3775e7e
equal deleted inserted replaced
158:be947d4e7fb2 159:514c749165c3
    12 
    12 
    13 IdentityDictionary subclass:#WeakIdentityDictionary
    13 IdentityDictionary subclass:#WeakIdentityDictionary
    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 WeakIdentityDictionary comment:'
    20 WeakIdentityDictionary comment:'
    21 COPYRIGHT (c) 1992 by Claus Gittinger
    21 COPYRIGHT (c) 1992 by Claus Gittinger
    22               All Rights Reserved
    22               All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.5 1994-08-05 01:03:06 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.6 1994-10-10 00:29:12 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !WeakIdentityDictionary class methodsFor:'documentation'!
    27 !WeakIdentityDictionary 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/WeakIdentityDictionary.st,v 1.5 1994-08-05 01:03:06 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.6 1994-10-10 00:29:12 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "