func NSMapInsertIfAbsent (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer?, UnsafeRawPointer?) -> UnsafeMutableRawPointer?
Inserts a key-value pair into the specified table.
あるキー値ペアを、指定されたテーブルに挿入します。
func NSMapRemove (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer?)
Removes a key and corresponding value from the specified table.
キーとそれに対応している値を、指定されたテーブルから除去します。
func NSMapInsert (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer?, UnsafeRawPointer?)
Inserts a key-value pair into the specified table.
あるキー値ペアを、指定されたテーブルに挿入します。