NSMutableDictionary is a collection object similar to an array (NSArray). However an NSArray is an ordered list you access using an index value. Dictionary objects are not ordered and instead each object has a key (usually a string) which you use to access it.



