ObjFW
|
A protocol for getting an enumerator for the object. More...
#import <ObjFW/OFEnumerator.h>
Instance Methods | |
(OFEnumerator *) | - objectEnumerator |
Returns an OFEnumerator to enumerate through all objects of the collection. More... | |
A protocol for getting an enumerator for the object.
- (OFEnumerator*) objectEnumerator |
Returns an OFEnumerator to enumerate through all objects of the collection.
Reimplemented in OFDictionary, OFSet, OFArray, and OFList.