public static class CharIterators.UnmodifiableIterator extends Object implements CharIterator
| Modifier and Type | Field and Description |
|---|---|
protected CharIterator |
i |
| Constructor and Description |
|---|
UnmodifiableIterator(CharIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
char |
nextChar()
Returns the next element as a primitive type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skipprotected final CharIterator i
public UnmodifiableIterator(CharIterator i)
public char nextChar()
CharIteratornextChar in interface CharIteratorIterator.next()Copyright © 2020. All rights reserved.