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

Public Member Functions | |
| (BOOL) | - isEqual: |
| Test whether a given object is equal to this one. | |
| (void) | - pushFront: |
| Insert a given object at the front of the controlled sequence. | |
OLFrontInserter objects are used to support the insertion behavior of OLFrontInsertIterator, and any object that supports this protocol may be used as the container with a OLFrontInsertIterator.
| - (BOOL) isEqual: | (id) | object |
| - (void) pushFront: | (id) | object |
|