Next: Dictionary-awful ST-80 compatibility hacks, Previous: Dictionary class-instance creation, Up: Dictionary [Index]
Add the newObject association to the receiver
Adds all the elements of ’aCollection’ to the receiver, answer aCollection
Answer the key/value Association for the given key. Fail if the key is not found
Answer the key/value Association for the given key. Evaluate aBlock (answering the result) if the key is not found
Returns the content of a Dictionary as a Set of Associations.
Answer the value associated to the given key. Fail 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
Answer the value associated to the given key. If the key is not found, evaluate aBlock and associate the result to aKey before returning.
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
Answer a Dictionary that only includes the given keys. Fail if any of them is not found
Answer the key associated to the given value, or nil if the value is not found
Answer the key associated to the given value. Evaluate exceptionBlock (answering the result) if the value is not found. IMPORTANT: == is used to compare values
Answer a kind of Set containing the keys of the receiver
Answer an Array containing the values of the receiver
Next: Dictionary-awful ST-80 compatibility hacks, Previous: Dictionary class-instance creation, Up: Dictionary [Index]