Supplier object is an iterator that allows the
enumeration of an items Collection together with
an indexes Collection.
All objects inheriting from Collection Class
provide a supplier method,
that returns a snapshot of the Collection as a Supplier object, which allows iteration
using the DO/LOOP WITH
instruction.
The iteration results are not affected by later changes to the source Collection object.
| Object | ||||||||||
| Methods inherited from the Object class | ||||||||||
| Class (Metaclass) | ||||||||||
| Methods inherited from the Class class | ||||||||||
| Supplier | ||||||||||
|