Lib/iterator

From Liberty Eiffel Wiki
Revision as of 08:20, 20 June 2016 by Hzwakenberg (talk | contribs) (Created page with "An iterator provides a way to sequentially access elements of an aggregate object, without exposing the internal structure of that object.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.