NSMapTable and NSMutableDictionary differences

Viewed 9317

Is an NSMapTable the same as an NSMutableDictionary except for allowing keys to be pointers?

Does it differ in memory management?

4 Answers
Related