Iterating circular way

Viewed 4549

I need iterate through a List but circular way. I need too add new elements to the list and iterate over all elements (olds and news elements), How I do it? Is there any data structure for them?

4 Answers
Related