ImmutableString.st
changeset 23922 24e48e381aa1
parent 23917 d98b4d786122
child 24172 ddd5ab5bc403
equal deleted inserted replaced
23921:5fca7ce1762f 23922:24e48e381aa1
   115     ^ super basicAt:index put:value
   115     ^ super basicAt:index put:value
   116 ! !
   116 ! !
   117 
   117 
   118 !ImmutableString methodsFor:'converting'!
   118 !ImmutableString methodsFor:'converting'!
   119 
   119 
       
   120 asImmutableCollection
       
   121     ^ self
       
   122 
       
   123     "Created: / 15-03-2019 / 13:53:13 / Stefan Vogel"
       
   124 !
       
   125 
   120 asImmutableString
   126 asImmutableString
   121     ^ self
   127     ^ self
   122 !
   128 !
   123 
   129 
   124 asMutableCollection
   130 asMutableCollection