HashStream.st
branchjv
changeset 17909 0ab1deab8e9c
parent 17892 d86c8bd5ece3
child 17910 8d796ca8bd1d
equal deleted inserted replaced
17908:3068afa182df 17909:0ab1deab8e9c
    83 canStream
    83 canStream
    84     "simple hash functions (squeak-ported) cannot stream.
    84     "simple hash functions (squeak-ported) cannot stream.
    85      Use hashFunction: there"
    85      Use hashFunction: there"
    86 
    86 
    87     ^ true
    87     ^ true
       
    88 !
       
    89 
       
    90 hashSize
       
    91     self subclassResponsibility
       
    92 
       
    93     "Created: / 04-01-2012 / 19:22:32 / cg"
    88 ! !
    94 ! !
    89 
    95 
    90 !HashStream class methodsFor:'self tests'!
    96 !HashStream class methodsFor:'self tests'!
    91 
    97 
    92 test
    98 test
   321 ! !
   327 ! !
   322 
   328 
   323 !HashStream class methodsFor:'documentation'!
   329 !HashStream class methodsFor:'documentation'!
   324 
   330 
   325 version
   331 version
   326     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.14 2011/05/13 08:32:58 stefan Exp $'
   332     ^ '$Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.15 2012/01/04 18:55:36 cg Exp $'
   327 !
   333 !
   328 
   334 
   329 version_CVS
   335 version_CVS
   330     ^ '§Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.14 2011/05/13 08:32:58 stefan Exp §'
   336     ^ 'Header: /cvs/stx/stx/libbasic/HashStream.st,v 1.15 2012/01/04 18:55:36 cg Exp '
   331 !
   337 !
   332 
   338 
   333 version_SVN
   339 version_SVN
   334     ^ '$Id: HashStream.st 10729 2011-10-31 22:19:21Z vranyj1 $'
   340     ^ '$Id: HashStream.st 10754 2012-01-06 08:53:28Z vranyj1 $'
   335 ! !
   341 ! !
   336 
   342 
       
   343