public abstract class CharIterator extends Object implements Iterator<Character>
CharIterator()
Character
next()
abstract char
nextChar()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
public CharIterator()
public final Character next()
next
Iterator<Character>
public abstract char nextChar()
public void remove()
remove
Copyright © 2013. All Rights Reserved.