iterator
Generic iterator type. Use the foreach loop to iterate objects:
foreach(obj in iterator) {
// do something with obj
}
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
.