ImmutableByteArray.st
branchjv
changeset 18617 fbfd2d411738
parent 18555 7cc0ec139c8d
parent 18614 5aa6db5b361b
child 18705 843770030c5f
equal deleted inserted replaced
18610:b9799e74a9c5 18617:fbfd2d411738
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2009 by eXept Software AG
     2  COPYRIGHT (c) 2009 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   206      (i.e. can be used in constant arrays)"
   204      (i.e. can be used in constant arrays)"
   207 
   205 
   208     "yes, I must be"
   206     "yes, I must be"
   209     ^ true
   207     ^ true
   210 
   208 
   211 !
       
   212 
       
   213 referencesAny:aCollection
       
   214     "redefined to speed up searching when many byteArray instances are present"
       
   215 
       
   216     ^ false
       
   217 ! !
   209 ! !
   218 
   210 
   219 !ImmutableByteArray methodsFor:'specials'!
   211 !ImmutableByteArray methodsFor:'specials'!
   220 
   212 
   221 become:anotherObject
   213 become:anotherObject