Contents

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.

Topics

Enumeration

Constants

See Also

Iteration