Next: , Previous: , Up: LookupTable   [Index]


1.106.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