@FunctionalInterface public interface InfiniteCharIterator extends InfiniteIterator<java.lang.Character>, CharIterator
CharIterator
s that never run out of elements. The Iterator.hasNext()
method always
returns true
for these iterators.EMPTY
hasNext