public class UnmodifiableCharIterator
extends java.lang.Object
implements com.gs.collections.api.iterator.MutableCharIterator
| Constructor and Description |
|---|
UnmodifiableCharIterator(com.gs.collections.api.iterator.CharIterator charIterator) |
public UnmodifiableCharIterator(com.gs.collections.api.iterator.CharIterator charIterator)
public boolean hasNext()
hasNext in interface com.gs.collections.api.iterator.CharIteratorpublic char next()
next in interface com.gs.collections.api.iterator.CharIteratorpublic void remove()
remove in interface com.gs.collections.api.iterator.MutableCharIterator