Inherits from NSEnumerator
Declared in RedlandCollectionEnumerator.h
RedlandCollectionEnumerator.m

Overview

An NSEnumerator subclass to enable fast-enumeration over a collection.

Tasks

Other Methods

Other Methods

Class Methods

enumeratorWithModel:collectionNode:

< current node

+ (id)enumeratorWithModel:(RedlandModel *)aModel collectionNode:(RedlandNode *)collectionNode

Discussion

< current node

Declared In

RedlandCollectionEnumerator.h

Instance Methods

initWithModel:collectionNode:

Designated initializer.

- (id)initWithModel:(RedlandModel *)aModel collectionNode:(RedlandNode *)collectionNode

Parameters

aModel

The model

collectionNode

The node

Discussion

Designated initializer.

Declared In

RedlandCollectionEnumerator.m

nextObject

Retrieve the next object

- (id)nextObject

Discussion

Retrieve the next object

Declared In

RedlandCollectionEnumerator.m