public abstract class Iterator extends java.lang.Object
Iterator()
abstract boolean
hasNext()
abstract char
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Iterator()
public abstract boolean hasNext()
public abstract char next()