HashTables/HashMaps are one of the most (if not the most) useful of data-structures in existence. As such, one of the first things I investigated when starting to
In addition to NSDictionary, also check out NSSet for when you need a collection with no order and no duplicates.