A member of Apple's Objective-C framework Cocoa. NSDictionary objects manage associations of keys and values.
A member of Apple's Objective-C (objective-c) framework Cocoa. NSDictionary
objects manage associations of keys and values.
An instance of NSDictionary
contains a set of keys and for each key an associated value.
Both keys and values must be objects. The keys must all be different from each other. Both keys and values cannot be nil
.