NSHashInsertKnownAbsent
Adds an element to the specified hash table.
ある要素を、指定されたハッシュテーブルに追加します。
NSHashRemove
Removes an element from the specified hash table.
指定されたハッシュテーブルから要素を除去します。
NSHashInsertIfAbsent
Adds an element to the specified hash table only if the table does not already contain the element.
指定されたハッシュテーブルに要素を、そのテーブルがまだその要素を含まない場合にのみ、追加します。