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