public static class CharIterators.UnmodifiableIterator extends AbstractCharIterator
| Constructor and Description |
|---|
CharIterators.UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
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 Character next()
AbstractCharIteratornext in interface Iterator<Character>next in class AbstractCharIterator