NSMapInsertIfAbsent
Inserts a key-value pair into the specified table.
あるキー値ペアを、指定されたテーブルに挿入します。
NSMapRemove
Removes a key and corresponding value from the specified table.
キーとそれに対応している値を、指定されたテーブルから除去します。
NSMapInsertKnownAbsent
Inserts a key-value pair into the specified table if the pair had not been previously added.
あるキー値ペアを、もしそのペアが以前に追加されないならば、指定されたテーブルに挿入します。