CCArray enumerator object

As far as I know it doesn’t exist.

CCArray array = CCArray::create;
CCArrayEnumerator
enumerator = array~~>createEnumerator;

CCObject *nextObjectOrNULL = enumerator~~>nextObject();
CCObject *currentObject = enumerator->peekCurrentObject();

This class would make my code simpler, and if no one coded it, I will do it no time. But I haven’t found any requests or forum posts about the need for this class. Which is strange.