public class CodePointIterator extends Object implements Iterator<Integer>
CodePointSequence
Constructor and Description |
---|
CodePointIterator(String source) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Integer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public CodePointIterator(String source)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.