NSArray
A static ordered collection of objects.
オブジェクトそれらからなる静的順序コレクション。
NSMutableArray
A dynamic ordered collection of objects.
オブジェクトそれらからなる動的順序コレクション。
NSDictionary
A static collection of objects associated with unique keys.
特有のキーそれらと結び付けられたオブジェクトそれらからなる静的コレクション。
NSMutableDictionary
A dynamic collection of objects associated with unique keys.
特有のキーそれらと結び付けられたオブジェクトからなる動的コレクション。
NSSet
A static, unordered collection of unique objects.
NSMutableSet
A dynamic unordered collection of unique objects.
特有なオブジェクトそれらからなる動的順番なしコレクション。