- removeObject:
Removes a given object from the hash table.
ある与えられたオブジェクトをハッシュテーブルから取り除きます。
- removeAllObjects
Removes all objects from the hash table.
全てのオブジェクトをハッシュテーブルから取り除きます。
Availability 有効性
Technology
- (void)addObject:(ObjectType )object;
object
The object to add to the hash table. ハッシュテーブルに加えることになるオブジェクト。
- removeObject:
- removeAllObjects