- setObject:forKey:
Adds a given key-value pair to the map table.
与えられたキー値ペアをマップテーブルに加えます。
- removeAllObjects
Empties the map table of its entries.
それの登録項目のマップテーブルを空にします。
Availability 有効性
Technology
- (void)removeObjectForKey:(KeyType )aKey;
aKey
The key to remove. 削除することになるキー。
Does nothing if a
does not exist.
a
が存在しないならば何もしません。
- setObject:forKey:
- removeAllObjects