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 列挙

Constants 定数

See Also 参照

Iteration 反復