- 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.
ある列挙子オブジェクトを返します、それはあなたに辞書の中の各値にアクセスさせるものです。
- enumerateKeysAndObjectsUsingBlock:
Applies a given block object to the entries of the dictionary.
ある与えられたブロックオブジェクトを辞書の登録項目に適用します。
- countByEnumeratingWithState:objects:count:
Returns by reference a C array of objects over which the sender should iterate.
それのすべてにわたってセンダーが反復すべきオブジェクトいくつかからなるC配列を参照によって返します。