Instance Method
インスタンスメソッド
objectEnumerator
Returns an enumerator object that lets you access each value in the map table.
あなたにマップテーブルの中の各値にアクセスさせる列挙子オブジェクトを返します。
Return Value
戻り値
An enumerator object that lets you access each value in the map table.
あなたにマップテーブルの中の各値にアクセスさせる列挙子オブジェクト。
Discussion
議論
The following code fragment illustrates how you might use the method.
以下のコード断片は、どのようにあなたがそのメソッドを使ったらよいかを図解します。
Special Considerations
特別な注意事項
It is more efficient to use the fast enumeration protocol (see NSFastEnumeration
).
より効率的なのは、高速列挙プロトコルを使うことです(NSFastEnumeration
を見てください)。
See Also
参照
Accessing Content
内容にアクセスする
- objectForKey:
Returns a the value associated with a given key.
与えられたキーと結び付けられた値を返します。
- keyEnumerator
Returns an enumerator object that lets you access each key in the map table.
あなたにマップテーブルの中の各キーにアクセスさせる列挙子オブジェクトを返します。
count
The number of key-value pairs in the map table.
マップテーブルの中のキー値ペアの数。