Re: Extending NSMutableDictionary what am I doing wrong?
Re: Extending NSMutableDictionary what am I doing wrong?
- Subject: Re: Extending NSMutableDictionary what am I doing wrong?
- From: Ben Dougall <email@hidden>
- Date: Fri, 27 Feb 2004 13:11:31 +0000
On Friday, February 27, 2004, at 12:29 pm, Stefan Pantos wrote:
There is no real way of know if a method is primitive or not till you
try it unless they structure the interface is a way to make it > obvious?
the primitive methods are detailed in the class's documentation eg for
NSMutableDictionary: "With its two efficient primitive methods-
setObject:forKey: and removeObjectForKey:"...
and i guess NSMutableDictionary's primitives also include
NSDictionary's seeing as NSMD subclasses NSD : "NSDictionary's three
primitive methods- count, objectForKey:, and keyEnumerator"...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.