INodeListIterator
Short Summary
The interface provides wrapper methods for an array list iterator that handles objects with the INodeApi interface.
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | INodeApi, CNM_Collections.IArrayListIterator | - |
UML Diagram
Methods
moveNextNode
- Return type:
BOOL
This method sets the iterator to the next valid subnode in the array list.…
Code
Declaration
INTERFACE INTERNAL INodeListIterator EXTENDS INodeApi, CNM_Collections.IArrayListIterator