func setObject (ObjectType?, forKey : KeyType?)
Adds a given key-value pair to the map table.
与えられたキー値ペアをマップテーブルに加えます。
func removeAllObjects ()
Empties the map table of its entries.
それの登録項目のマップテーブルを空にします。
Availability 有効性
Technology
func removeObject(forKey aKey: KeyType ?)
aKey
The key to remove. 削除することになるキー。
Does nothing if a
does not exist.
a
が存在しないならば何もしません。
func setObject (ObjectType?, forKey : KeyType?)
func removeAllObjects ()