Inspirel banner

Programming Distributed Systems with YAMI4

3.9 Iteration

Since the parameters object is essentially a collection of named entries, the interface supports also the possibility to iterate over the whole collection. This is implemented in a way that is idiomatically similar to the iteration in standard collections for each specific programming language.

3.9.1 Ada

3.9.2 C++

3.9.3 Java

3.9.4 .NET

3.9.5 Python