Bag.st
changeset 7261 f35fc9cee675
parent 7161 be2c068dbc81
child 8860 b71ebb7e0e5e
equal deleted inserted replaced
7260:edfa8d6a6046 7261:f35fc9cee675
    98      Elements will be compared using equality compare (i.e. #= not #== identity)."
    98      Elements will be compared using equality compare (i.e. #= not #== identity)."
    99 
    99 
   100     ^ self equalityNew:size
   100     ^ self equalityNew:size
   101 ! !
   101 ! !
   102 
   102 
   103 !Bag methodsFor:'Compatibility - Dolphin'!
   103 !Bag methodsFor:'Compatibility-Dolphin'!
   104 
   104 
   105 asAssociations
   105 asAssociations
   106     ^ contents
   106     ^ contents
   107 ! !
   107 ! !
   108 
   108 
   360 ! !
   360 ! !
   361 
   361 
   362 !Bag class methodsFor:'documentation'!
   362 !Bag class methodsFor:'documentation'!
   363 
   363 
   364 version
   364 version
   365     ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.30 2003-04-02 12:12:04 cg Exp $'
   365     ^ '$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.31 2003-05-07 14:31:15 cg Exp $'
   366 ! !
   366 ! !