public abstract class DelegatingCharIterator<T,I extends java.util.Iterator<T>> extends DelegatingIterator<T,I,java.lang.Character> implements CharIterator
CharIterator
s.iterator
EMPTY
Constructor and Description |
---|
DelegatingCharIterator(I iterator) |
hasNext, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DelegatingCharIterator(I iterator)