ObjectiveLib  1.0.0
Public Member Functions
OLForwardIterator Class Reference

An iterator that can go forward one step at a time. More...

#import <ObjectiveLib/Iterator.h>

Inheritance diagram for OLForwardIterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(id) - advance
 Advance the iterator.

Detailed Description

An iterator that can go forward one step at a time.

This is an abstract class; the default implementation of advance (OLForwardIterator) does nothing.


Member Function Documentation

- (id) advance

Advance the iterator.

After advancing the iterator will point to a position in the container one step beyond the previous position.

Returns:
a reference to this iterator

Reimplemented in OLHashIterator, OLArrayIterator, OLAssociativeIterator, OLBitIterator, OLReverseBidiIterator, OLDequeIterator, and OLListIterator.


The documentation for this class was generated from the following file:

ObjectiveLibGenerated Sat Feb 15 2014 07:45:34, © 2004-2007 Will Mason