CharacterArray.st
changeset 16899 c8de03aacca0
parent 16898 0663e6b0d177
child 17000 28e08401d7ae
equal deleted inserted replaced
16898:0663e6b0d177 16899:c8de03aacca0
  2134     "/ immediately after any change, execute (maybe in a debugger):
  2134     "/ immediately after any change, execute (maybe in a debugger):
  2135     "/      Set allSubInstancesDo:[:s | s rehash]
  2135     "/      Set allSubInstancesDo:[:s | s rehash]
  2136     ^ self hash_fnv1a
  2136     ^ self hash_fnv1a
  2137 
  2137 
  2138     "
  2138     "
  2139      'a' hash 604776751
  2139      'a' hash                    
  2140      'a' asUnicode16String hash 
  2140      'a' asUnicode16String hash  
  2141      'aa' hash                  
  2141      'a' asUnicode32String hash  
  2142      'aa' asUnicode16String hash
  2142      'aa' hash                   
       
  2143      'aa' asUnicode16String hash 
       
  2144      'aa' asUnicode32String hash 
       
  2145      'ab' hash                   
       
  2146      'ab' asUnicode16String hash 
       
  2147      'ab' asUnicode32String hash 
  2143      'ab' hash
  2148      'ab' hash
  2144      'ab' asUnicode16String hash
  2149      'ab' asArray hash           
  2145      'ab' hash
       
  2146      'ab' asArray hash
       
  2147     "
  2150     "
  2148 
  2151 
  2149     "
  2152     "
  2150         |syms ms|
  2153         |syms ms|
  2151 
  2154 
  7109 ! !
  7112 ! !
  7110 
  7113 
  7111 !CharacterArray class methodsFor:'documentation'!
  7114 !CharacterArray class methodsFor:'documentation'!
  7112 
  7115 
  7113 version
  7116 version
  7114     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.545 2014-10-09 12:32:53 cg Exp $'
  7117     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.546 2014-10-09 12:35:52 cg Exp $'
  7115 !
  7118 !
  7116 
  7119 
  7117 version_CVS
  7120 version_CVS
  7118     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.545 2014-10-09 12:32:53 cg Exp $'
  7121     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.546 2014-10-09 12:35:52 cg Exp $'
  7119 ! !
  7122 ! !
  7120 
  7123 
  7121 
  7124 
  7122 CharacterArray initialize!
  7125 CharacterArray initialize!