func setObject (ObjectType?, forKey : KeyType?)
Adds a given key-value pair to the map table.
与えられたキー値ペアをマップテーブルに加えます。
func removeObject (forKey : KeyType?)
Removes a given key and its associated value from the map table.
与えられたキーとそれの関連値をマップテーブルから取り除きます。