扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类defaultlistmodel的类成员方法: removeelementat定义及介绍
发布时间:2014-2-18
本文导语:
removeelementat
public void removeelementat(int index)
删除指定索引处的组件。
如果索引无效,则抛出 arrayindexoutofboundsexception。
注:尽管此方法未过时,但首选使用方法是 remove(int),该方法实现 1.2 collections 框架中定义的 list 接口。
...