getStartNode
Short summary
This method is called to retrive the first node of the iteration. Might have sideeffects, like changes to THIS^.nodelist.
- Return type: CNM_CollectionInterfaces.IBinaryTreeNode
Parameters
none
Code
Declaration
METHOD PROTECTED getStartNode : CNM_CollectionInterfaces.IBinaryTreeNode
Implementation
getStartNode := THIS^.root;