public abstract class CharIterator extends Object implements Iterator, Cloneable
| Constructor and Description |
|---|
CharIterator() |
public abstract char nextChar()
throws NoSuchElementException
NoSuchElementException - if there are no more characters (test for
this condition with java.util.Iterator.hasNext()).public Object next() throws NoSuchElementException
next in interface IteratorNoSuchElementExceptionpublic void replaceChar(char c)
c - characterCopyright © 2019 Apache Software Foundation. All rights reserved.