- insertValue:inPropertyWithKey:
Inserts an object in the collection specified by the passed key.
- valueWithName:inPropertyWithKey:
Retrieves a named object from the collection specified by the passed key.
Availability
Technology
- (id)valueWithUniqueID:(id)uniqueID
inPropertyWithKey:(NSString
*)key;
The method value
is invoked if it exists. Otherwise, raises an NSUndefined
. The declared type of unique
in the constructed method must be id
, NSNumber *
, NSString *
, or one of the scalar types that can be encapsulated by NSNumber
.
- insertValue:inPropertyWithKey:
- valueWithName:inPropertyWithKey: