IStringIterator Interface
Objects that Implement this Interface share a common interface of how to iterate through a container of strings.
So if a object Implements this interface then you can always talk to it with the IIterator interface methods.
Note:Interfaces don't actually do anything. A Interface is just a promise of what methods a implementor of a interface will have.
interface IStringIterator
Methods
GetNext | Use this function on containers that Implement the IStringIterator Interface to get next item from the container. |
HasNext | Use this function on containers that Implement the IStringIterator Interface to get info if there are more items in the container. |
MoveFirst | Use this function on containers that Implement the IStringIterator Interface to reset the iterator in the container. |
PeekNext | Use this function on containers that Implement the IStringIterator Interface to peek at next item from the container without causing iteration. |
[Footnote]
Supported Platforms:
Carbon - MacOS X Carbon (PEF)MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM