GetNext | Use this function on containers that Implement the IIterator Interface to get next item from the container. |
HasNext | Use this function on containers that Implement the IIterator Interface to get info if there are more items in the container. |
MoveFirst | Use this function on containers that Implement the IIterator Interface to reset the iterator in the container. |
PeekNext | Use this function on containers that Implement the IIterator Interface to peek at next item from the container without causing iteration. |
[Footnote]