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