Dictionary.st
changeset 5816 ce15ce5294b4
parent 5701 d4afb8a63e67
child 5865 06a28f9ee22c
equal deleted inserted replaced
5815:4acdd87a77d4 5816:ce15ce5294b4
   640 
   640 
   641      WARNING: do not remove elements while iterating over the receiver.
   641      WARNING: do not remove elements while iterating over the receiver.
   642              See #saveRemoveKey: to do this."
   642              See #saveRemoveKey: to do this."
   643 
   643 
   644     |index "{ Class:SmallInteger }"
   644     |index "{ Class:SmallInteger }"
   645      next  "{ Class:SmallInteger }" 
   645      "/ next  "{ Class:SmallInteger }" 
   646      oldValue k|
   646      oldValue k|
   647 
   647 
   648     (k := aKey) isNil ifTrue:[
   648     (k := aKey) isNil ifTrue:[
   649 "/ no longer invalid
   649 "/ no longer invalid
   650 "/        ^ self errorInvalidKey:aKey
   650 "/        ^ self errorInvalidKey:aKey
  1833 ! !
  1833 ! !
  1834 
  1834 
  1835 !Dictionary class methodsFor:'documentation'!
  1835 !Dictionary class methodsFor:'documentation'!
  1836 
  1836 
  1837 version
  1837 version
  1838     ^ '$Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.70 2000-11-10 15:27:08 cg Exp $'
  1838     ^ '$Header: /cvs/stx/stx/libbasic/Dictionary.st,v 1.71 2001-02-28 13:13:11 stefan Exp $'
  1839 ! !
  1839 ! !
  1840 Dictionary initialize!
  1840 Dictionary initialize!