创建一个位于字符串开头的迭代器。
RuneIterator(String string) : this.string = string, _position = 0, _nextPosition = 0;