Marxon13 / M13OrderedDictionary

A NSDictionary with ordered objects and keys
263 stars 29 forks source link

Question about valueForKey #31

Open davidmarble opened 9 years ago

davidmarble commented 9 years ago

I noticed valueForKey is operating on objects rather than pairs, while valueForKeyPath is operating on pairs. Shouldn't valueForKey also return a value for the key from pairs? Is this an oversight?