OrderedDictionary.st
changeset 885 c31412b26306
parent 838 9454fd75930e
child 959 a481d378ccf5
equal deleted inserted replaced
884:1345b2f1cf43 885:c31412b26306
       
     1 "{ Package: 'stx:goodies' }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT.
     4  COPYRIGHT.
     3  This is a Manchester Goodie protected by copyright.
     5  This is a Manchester Goodie protected by copyright.
     4  These conditions are imposed on the whole Goodie, and on any significant
     6  These conditions are imposed on the whole Goodie, and on any significant
     5  part of it which is separately transmitted or stored:
     7  part of it which is separately transmitted or stored:
   773 	^count! !
   775 	^count! !
   774 
   776 
   775 !OrderedDictionary class methodsFor:'documentation'!
   777 !OrderedDictionary class methodsFor:'documentation'!
   776 
   778 
   777 version
   779 version
   778     ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.12 1999-10-28 13:20:09 cg Exp $'
   780     ^ '$Header: /cvs/stx/stx/libbasic2/Attic/OrderedDictionary.st,v 1.13 2000-03-02 14:14:27 cg Exp $'
   779 
   781 
   780 ! !
   782 ! !