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

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