CharIterator, java.util.Iterator<java.lang.Character>public static class CharIterators.UnmodifiableIterator extends java.lang.Object implements CharIterator
| Constructor | Description |
|---|---|
UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
char |
nextChar() |
Returns the next element as a primitive type.
|
forEachRemaining, forEachRemaining, next, skippublic UnmodifiableIterator(CharIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Character>public char nextChar()
CharIteratornextChar in interface CharIteratorIterator.next()