interface InfiniteIterator extends Iterator, Infinite { default bool hasNext() { true; } }