Next:
LookupTable-storing
, Previous:
LookupTable-rehashing
, Up:
LookupTable
1.103.6 LookupTable: removing
remove: anAssociation
Remove anAssociation's key from the dictionary
remove: anAssociation ifAbsent: aBlock
Remove anAssociation's key from the dictionary
removeKey: key ifAbsent: aBlock
Remove the passed key from the LookupTable, answer the result of evaluating aBlock if it is not found