Lib/iterator
Jump to navigation
Jump to search
An iterator provides a way to sequentially access elements of an aggregate object, without exposing the internal structure of that object.
An iterator provides a way to sequentially access elements of an aggregate object, without exposing the internal structure of that object.