Class CodePointIter

java.lang.Object
org.miaixz.bus.core.text.CodePointIter
All Implemented Interfaces:
Iterable<Integer>

public class CodePointIter extends Object implements Iterable<Integer>
Unicode字符遍历器 参考:http://stackoverflow.com/a/21791059/6030888
Since:
Java 17+
Author:
Kimi Liu