Iterator.st
changeset 1856 a8f74ba03061
parent 1758 e1464deba072
child 2145 5ceaed7530fe
equal deleted inserted replaced
1855:5cc78011495f 1856:a8f74ba03061
   374     ^ OrderedCollection
   374     ^ OrderedCollection
   375 ! !
   375 ! !
   376 
   376 
   377 !Iterator methodsFor:'queries'!
   377 !Iterator methodsFor:'queries'!
   378 
   378 
       
   379 isEmpty
       
   380     ^ false
       
   381 
       
   382     "Created: / 15-03-2007 / 16:23:48 / cg"
       
   383 !
       
   384 
   379 size
   385 size
   380     self shouldNotImplement
   386     self shouldNotImplement
   381 
   387 
   382     "Created: / 1.11.1997 / 17:29:03 / cg"
   388     "Created: / 1.11.1997 / 17:29:03 / cg"
   383 ! !
   389 ! !
   384 
   390 
   385 !Iterator class methodsFor:'documentation'!
   391 !Iterator class methodsFor:'documentation'!
   386 
   392 
   387 version
   393 version
   388     ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.18 2006-10-06 12:37:32 cg Exp $'
   394     ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.19 2007-03-15 15:24:53 cg Exp $'
   389 ! !
   395 ! !