#import <ObjectiveLib/Iterator.h>
Inheritance diagram for OLBidirectionalIterator:
Public Member Functions | |
(id) | - reverse |
Reverse the iterator by one position. |
This is an abstract class; the default implementation of reverse (OLBidirectionalIterator) does nothing.
- (id) reverse |
Reverse the iterator by one position.
After reversing the iterator will point to a position in the container one step before the previous position.
Reimplemented in OLDequeIterator, OLReverseBidiIterator, OLAssociativeIterator, OLArrayIterator, OLListIterator, and OLBitIterator.
|