#import <ObjectiveLib/Iterator.h>
Inheritance diagram for OLForwardIterator:

Public Member Functions | |
| (id) | - advance | 
| Advance the iterator.   | |
This is an abstract class; the default implementation of advance (OLForwardIterator) does nothing.
| - (id) advance | 
Advance the iterator.
After advancing the iterator will point to a position in the container one step beyond the previous position.
Reimplemented in OLDequeIterator, OLReverseBidiIterator, OLAssociativeIterator, OLArrayIterator, OLHashIterator, OLListIterator, and OLBitIterator.
  |