- setObject:forKey:
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
- setObject:forKeyedSubscript:
Adds a given key-value pair to the dictionary.
与えられたキー値ペアを辞書に加えます。
- addEntriesFromDictionary:
Adds to the receiving dictionary the entries from another dictionary.
受け手側の辞書に別の辞書からの登録項目を加えます。
- setDictionary:
Sets the contents of the receiving dictionary to entries in a given dictionary.
受け手側の辞書の内容をある与えられた辞書の中の登録項目に設定します。