Protocol
NSFastEnumeration
A protocol that objects adopt to support fast enumeration.
それを採用するオブジェクトは高速列挙をサポートするあるプロトコル。
Declaration
宣言
@protocol NSFastEnumeration
Overview
概要
The abstract class NSEnumerator
provides a convenience implementation that uses nextObject
to return items one at a time.
抽象クラスNSEnumerator
は、ある便利な実装を提供します、それはnextObject
を使って項目を一度に1つ返します。
Topics
話題
Enumeration
列挙
- countByEnumeratingWithState:objects:count:
Returns by reference a C array of objects over which the sender should iterate, and as the return value the number of objects in the array.
それに対してセンダーが反復すべきオブジェクトいくつかからなるC配列を参照によって、そして戻り値としてその配列のオブジェクト数で、戻ります。
Required.
必須。
Relationships
関係
Conforming Types
これらの型が準拠
See Also
参照
Iteration
反復
NSEnumerator
An abstract class whose subclasses enumerate collections of objects, such as arrays and dictionaries.
ある抽象クラス、それのサブクラスはオブジェクトのコレクション、例えば配列や辞書などを列挙します。
NSSortOptions
Options for block sorting operations.
ブロックソート演算のためのオプション。