The InfiniteIterator class
Guide
Edit on GitHub ✎
The InfiniteIterator allows one to infinitely iterate over an iterator without having to manually rewind the iterator upon reaching its end.
Intro
The InfiniteIterator allows one to infinitely iterate over an iterator without having to manually rewind the iterator upon reaching its end.
Class synopsis
class InfiniteIterator extends IteratorIterator { }
Infiniteiterator