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.
あるキー値ペアを、指定されたテーブルに挿入します。
func NSMapInsertKnownAbsent (NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer?, UnsafeRawPointer?)
Inserts a key-value pair into the specified table if the pair had not been previously added.
あるキー値ペアを、もしそのペアが以前に追加されないならば、指定されたテーブルに挿入します。