public class ReaderCharIterator extends java.lang.Object implements CharIterator
EMPTY
Constructor and Description |
---|
ReaderCharIterator(java.io.Reader reader) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
char |
nextChar()
Return the next
char in this iterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Character>
public char nextChar()
CharIterator
char
in this iterator.nextChar
in interface CharIterator