What is the closest implementation of Objective-C\'s NSDictionary in Java? To me, it looks like HashMap, but I\'m very new t
NSDictionary
HashMap
I'm admittedly an Android newbie, but to me ContentValues seems to be the closest thing to NSDictionary.