public static class CharIterators.UnmodifiableIterator extends Object implements CharIterator
| Constructor and Description |
|---|
UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
nextChar()
Returns the next element as a primitive type.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skippublic UnmodifiableIterator(CharIterator i)
public char nextChar()
CharIteratornextChar in interface CharIteratorIterator.next()