- removeObjectForKey:
Removes a given key and its associated value from the map table.
与えられたキーとそれの関連値をマップテーブルから取り除きます。
- removeAllObjects
Empties the map table of its entries.
それの登録項目のマップテーブルを空にします。
Availability 有効性
Technology
- (void)setObject:(ObjectType )anObject
forKey:(KeyType )aKey;
anObject
The value for a
.
a
に対する値。
aKey
The key for an
.
an
に対するキー。
- removeObjectForKey:
- removeAllObjects