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