扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text接口characteriterator的类成员方法: previous定义及介绍
发布时间:2014-2-17
本文导语:
previous
char previous()
将迭代器的索引减一,并返回新索引处的字符。如果当前索引为 getbeginindex(),则新索引仍为 getbeginindex(),并返回值 done。
返回:新位置的字符;如果当前位置等于 getbeginindex(),则返回 done。