Next: LookupTable-enumerating, Previous: LookupTable class-instance creation, Up: LookupTable [Index]
Add the anAssociation key to the receiver
Answer the key/value Association for the given key. Evaluate aBlock (answering the result) if the key is not found
Answer the value associated to the given key, or the result of evaluating aBlock if the key is not found
If aKey is absent, answer nil. Else, evaluate aBlock passing the associated value and answer the result of the invocation
Store value as associated to the given key