Iterator
Category: Design Pattern
Description
Collection (arrayed list) that owns an array of data. Iterators can be created over the collection, their validity (being in bounds) depends on the collection not being modified.
Category: Design Pattern
Collection (arrayed list) that owns an array of data. Iterators can be created over the collection, their validity (being in bounds) depends on the collection not being modified.