Next: WeakValueLookupTable-rehashing, Previous: WeakValueLookupTable class-hacks, Up: WeakValueLookupTable [Index]
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
Answer whether the receiver contains the given key.