+
Point of view
All features
class EXAMPLE1
Summary
Using ITERATOR allows the user to traverse any aggregate object in a more abstract way.
Direct parents
Insert list: ANY
Overview
my_loop (type: STRING, my_iterator: ITERATOR[CHARACTER])
effective procedure
{ANY}
make
effective procedure
{}
use_iterator_on_string
effective procedure
{}
use_iterator_on_array
effective procedure
{}
use_iterator_on_fixed_array
effective procedure
{}
use_iterator_on_linked_list
effective procedure
{}
use_iterator_on_two_way_linked_list
effective procedure
{}
use_iterator_on_dictionary
effective procedure
{}