- setObject:forKey:
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
- setObject:forKeyedSubscript:
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
- setValue:forKey:
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
- addEntriesFromDictionary:
Adds to the receiving dictionary the entries from another dictionary.
受け手側の辞書に別の辞書からの登録項目を加えます。