扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.text类stringcharacteriterator的类成员方法: setindex定义及介绍
发布时间:2014-2-17
本文导语:
setindex
public char setindex(int p)
实现 string 的 characteriterator.setindex()。
指定者:接口 characteriterator 中的 setindex
参数:p - 文本中的位置。从 getbeginindex() 到 getendindex() 的有效值。如果提供了无效值,则抛出 illegalargumentexception。
...