func removeObject (forKey : KeyType?)
Removes a given key and its associated value from the map table.
与えられたキーとそれの関連値をマップテーブルから取り除きます。
func removeAllObjects ()
Empties the map table of its entries.
それの登録項目のマップテーブルを空にします。
Availability 有効性
Technology
func setObject(_ anObject: ObjectType ?,
forKey aKey: KeyType ?)
anObject
The value for a
.
a
に対する値。
aKey
The key for an
.
an
に対するキー。
func removeObject (forKey : KeyType?)
func removeAllObjects ()