- keyEnumerator
Provides an enumerator to access the keys in the dictionary.
ある列挙子を提供して、辞書の中のキーそれらにアクセスします。
- objectEnumerator
Returns an enumerator object that lets you access each value in the dictionary.
ある列挙子オブジェクトを返します、それはあなたに辞書の中の各値にアクセスさせるものです。
- enumerateKeysAndObjectsWithOptions:usingBlock:
Applies a given block object to the entries of the dictionary, with options specifying how the enumeration is performed.
与えられたブロックオブジェクトを、その辞書の登録項目に適用します、どのように列挙が実行されるか指定しているオプションとともに。
- countByEnumeratingWithState:objects:count:
Returns by reference a C array of objects over which the sender should iterate.
それのすべてにわたってセンダーが反復すべきオブジェクトいくつかからなるC配列を参照によって返します。