SequenceableCollection.st
changeset 24723 b8149636f772
parent 24676 f487f79a22ef
child 24750 8586d5461ade
--- a/SequenceableCollection.st	Tue Sep 03 18:56:36 2019 +0200
+++ b/SequenceableCollection.st	Tue Sep 03 18:56:50 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -260,7 +258,7 @@
         dimensions:(Array with:dim1 with:dim2 with:dim3)
 ! !
 
-!SequenceableCollection class methodsFor:'instance creation-streaming'!
+!SequenceableCollection class methodsFor:'instance creation - streaming'!
 
 new:newSize streamContents:blockWithArg 
     "create a write-stream on an instance of the receiver-class with initial size,
@@ -440,6 +438,8 @@
     ^ self == SequenceableCollection
 ! !
 
+
+
 !SequenceableCollection methodsFor:'Compatibility-Squeak'!
 
 allButFirst
@@ -736,6 +736,7 @@
     ^ self replaceFrom:start to:stop with:anArray startingAt:repStart
 ! !
 
+
 !SequenceableCollection methodsFor:'accessing'!
 
 after:anObject
@@ -7895,6 +7896,7 @@
     "Created: 14.2.1997 / 16:13:03 / cg"
 ! !
 
+
 !SequenceableCollection methodsFor:'searching'!
 
 asMapAt:key ifAbsent:exceptionValue