Difference between revisions of "Lib/iterator"

From Liberty Eiffel Wiki
Jump to navigation Jump to search
(Created page with "An iterator provides a way to sequentially access elements of an aggregate object, without exposing the internal structure of that object.")
 
(No difference)

Latest revision as of 08:20, 20 June 2016

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