CharIterator, MutableCharIteratorpublic class UnmodifiableCharIterator extends java.lang.Object implements MutableCharIterator
| Constructor | Description |
|---|---|
UnmodifiableCharIterator(CharIterator charIterator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
char |
next() |
|
void |
remove() |
public UnmodifiableCharIterator(CharIterator charIterator)
public boolean hasNext()
hasNext in interface CharIteratorpublic char next()
next in interface CharIteratorpublic void remove()
remove in interface MutableCharIteratorCopyright © 2004–2018. All rights reserved.