- All Implemented Interfaces:
Iterable<Integer>
Unicode字符遍历器 参考:http://stackoverflow.com/a/21791059/6030888
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CodePointIter
public CodePointIter(String text)
构造
- Parameters:
text - 字符串
-