Iterator.st
changeset 586 8ec7b5171fb9
parent 457 c862c91716b6
child 878 0bef2108e3a9
--- a/Iterator.st	Tue Oct 28 20:17:02 1997 +0100
+++ b/Iterator.st	Sun Nov 02 18:35:27 1997 +0100
@@ -1,5 +1,3 @@
-"{ Package: 'goodies/Collections-Iterator' }"
-
 "
  COPYRIGHT.
  The above file is a Manchester Goodie protected by copyright.
@@ -314,8 +312,16 @@
     ^OrderedCollection
 ! !
 
+!Iterator methodsFor:'queries'!
+
+size
+    self shouldNotImplement
+
+    "Created: / 1.11.1997 / 17:29:03 / cg"
+! !
+
 !Iterator class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.5 1996-11-08 21:16:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.6 1997-11-02 17:35:27 cg Exp $'
 ! !