Instance Method インスタンスメソッド

removeObjectForKey:

Removes a given key and its associated value from the map table. 与えられたキーとそれの関連値をマップテーブルから取り除きます。

Declaration 宣言

- (void)removeObjectForKey:(KeyType)aKey;

Parameters パラメータ

aKey

The key to remove. 削除することになるキー。

Discussion 議論

Does nothing if aKey does not exist. aKeyが存在しないならば何もしません。

See Also 参照

Manipulating Content 内容を操作する