nsdictionary - Implementing a mutable IndentityDictionary in Objective-C? -


trying out older code , i've come across identitydictionary. know nsdictionary uses equality, not identity compare objects. judging it's use seems need mutable identitydictionary anyway?

i've read 2 threads on , seems quite difficult do, class clusters, hash functions , on.

does nsdictionary's objectforkey: rely on identity or equality

implementing -hash / -isequal: / -isequalto

how 1 go doing this?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -