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

removeObject:

Removes a given object from the hash table. ある与えられたオブジェクトをハッシュテーブルから取り除きます。

Declaration 宣言

- (void)removeObject:(ObjectType)object;

Parameters パラメータ

object

The object to remove from the hash table. ハッシュテーブルから取り除くことになるオブジェクト。

See Also 参照

Manipulating Membership メンバーシップを操作する