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