public class UnmodifiableCharIterator extends Object implements MutableCharIterator
| Constructor and Description |
|---|
UnmodifiableCharIterator(CharIterator charIterator) |
public UnmodifiableCharIterator(CharIterator charIterator)
public boolean hasNext()
hasNext in interface CharIteratorpublic char next()
next in interface CharIteratorpublic void remove()
remove in interface MutableCharIteratorCopyright © 2004–2022. All rights reserved.