Name | Description |
---|---|
BaseIterator | Describes a behavior and a structure of a simple iterator |
EndIterator | An iterator shifts its pointer through a chain right to left until it reach the beginning of the chain. |
StartIterator | An iterator shifts its pointer through a chain left to right until it reach the end of the chain. |