Skip to main content

IIterateable

Short summary

An interface for classes that can iterate through objects.

AccessAbstractFinalExtendsImplements
-NoNoCNM_AbstractObject.IObject-

UML Diagram

Methods

iterate

This method delivers the next object from the collection and returns the current state of iteration.

Code

Declaration

INTERFACE IIterateable EXTENDS CNM_AbstractObject.IObject