public interface CharIterator extends java.lang.Cloneable
CharIterator
clone()
boolean
hasNext()
char
next()
int
nextAsInt()
void
remove()
CharIterator clone()
boolean hasNext()
char next()
int nextAsInt()
void remove()