I am keeping track of the number of times an object is accessed by key value 
within a NSDictionary.  I am using a manager type class where I request the 
object from the manager, and it accesses the NSDictionary for the object, 
therefore I am using a method such as this:

- (CGImageRef) imageNamed:(NSString *)name;

My question is basically how does NSCountedSet handle string values, are they 
interpreted by their string values or by their object values?  If they are by 
object, then I need to do more work to pull the exact key object from the 
NSDictionary.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to