ObjFW
|
A class which provides methods to enumerate through collections. More...
#import <OFEnumerator.h>
Public Member Functions | |
(id) | - nextObject |
Returns the next object. | |
(void) | - reset |
Resets the enumerator, so the next call to nextObject returns the first object again. |
A class which provides methods to enumerate through collections.
- (id) nextObject |
Returns the next object.