SmallDictionary.st
changeset 24856 b622eeb3467d
parent 24503 7251ff5af5cd
child 24860 47e5de23dbf9
equal deleted inserted replaced
24855:bb545059703b 24856:b622eeb3467d
   293 
   293 
   294     "Created: / 14-09-2018 / 15:44:49 / Stefan Vogel"
   294     "Created: / 14-09-2018 / 15:44:49 / Stefan Vogel"
   295 !
   295 !
   296 
   296 
   297 speciesForCollecting
   297 speciesForCollecting
   298     ^ Bag
   298     ^ SmallBag
       
   299 
       
   300     "
       
   301         (SmallDictionary 
       
   302             withKeys:#( 1 2 3 4 5 6 7 )
       
   303             andValues:#(10 20 30 10 20 30 10)
       
   304         ) collect:[:each| each < 25] 
       
   305     "
   299 
   306 
   300     "Created: / 18-09-2018 / 15:34:27 / Stefan Vogel"
   307     "Created: / 18-09-2018 / 15:34:27 / Stefan Vogel"
       
   308     "Modified (comment): / 22-10-2019 / 20:15:32 / Stefan Vogel"
   301 ! !
   309 ! !
   302 
   310 
   303 !SmallDictionary methodsFor:'removing'!
   311 !SmallDictionary methodsFor:'removing'!
   304 
   312 
   305 empty
   313 empty