- setObject:forKey:
Adds a given key-value pair to the map table.
与えられたキー値ペアをマップテーブルに加えます。
- removeObjectForKey:
Removes a given key and its associated value from the map table.
与えられたキーとそれの関連値をマップテーブルから取り除きます。
Availability 有効性
Technology
- (void)removeAllObjects;
- setObject:forKey:
- removeObjectForKey: