IBBSTIterator
Short summary
This interface extends the IIterator interface for collections by the method attachTree().
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_CollectionInterfaces.IIterator | - |
UML Diagram
Methods
attachTree
- Parameters:
tree(REFERENCE TO BalancedBinarySearchTree): The tree to be attached, should not be NULL
- Return type:
VOID
This method attaches an binary balances search tree to the iterator.…
Code
Declaration
INTERFACE IBBSTIterator EXTENDS CNM_CollectionInterfaces.IIterator