public static class CharIterators.UnmodifiableIterator extends AbstractCharIterator
| Constructor and Description |
|---|
UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Character |
next()
Deprecated.
Please use the corresponding type-specific method instead.
|
char |
nextChar()
Delegates to the corresponding generic method.
|
remove, skippublic UnmodifiableIterator(CharIterator i)
public boolean hasNext()
public char nextChar()
AbstractCharIteratornextChar in interface CharIteratornextChar in class AbstractCharIteratorIterator.next()@Deprecated public java.lang.Character next()
next in interface java.util.Iterator<java.lang.Character>next in class AbstractCharIterator