Iterator.st
changeset 1036 adba1c8714bd
parent 993 bdecfa4a1417
child 1425 878a733c9152
equal deleted inserted replaced
1035:5b0605675dc6 1036:adba1c8714bd
   359 block: aBlock
   359 block: aBlock
   360     block := aBlock
   360     block := aBlock
   361 !
   361 !
   362 
   362 
   363 species
   363 species
   364     ^OrderedCollection
   364     "return the type of collection to be returned by collect, select etc."
       
   365 
       
   366     ^ OrderedCollection
   365 ! !
   367 ! !
   366 
   368 
   367 !Iterator methodsFor:'queries'!
   369 !Iterator methodsFor:'queries'!
   368 
   370 
   369 size
   371 size
   373 ! !
   375 ! !
   374 
   376 
   375 !Iterator class methodsFor:'documentation'!
   377 !Iterator class methodsFor:'documentation'!
   376 
   378 
   377 version
   379 version
   378     ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.13 2001-11-14 08:44:22 cg Exp $'
   380     ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.14 2002-05-15 08:27:02 cg Exp $'
   379 ! !
   381 ! !