Tagged Questions
1
vote
6answers
463 views
How can I make an iterator that never ends?
I was just wondering what the easiest way to iterate over a set indefinitely, i.e. when it reaches the end it next(); calls the first object. I'm assuming that this is not an already predefined ...