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