Instance Method
インスタンスメソッド
removeAllObjects
Empties the dictionary of its entries.
それの登録項目の辞書を空にします。
Declaration
宣言
- (void)removeAllObjects;
Discussion
議論
Each key and corresponding value object is sent a release
message.
各キーと対応している値オブジェクトは、release
メッセージを送られます。
See Also
参照
Removing Entries From a Mutable Dictionary
登録項目を可変辞書から取り除く
- removeObjectForKey:
Removes a given key and its associated value from the dictionary.
与えられたキーとそれの関連値を辞書から取り除きます。
- removeObjectsForKeys:
Removes from the dictionary entries specified by elements in a given array.
辞書からある与えられた配列の中の要素によって指定される登録項目を取り除きます。