扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.swing类defaultlistmodel的类成员方法: get定义及介绍
发布时间:2014-2-18
本文导语:
get
public object get(int index)
返回列表中指定位置处的元素。
如果索引超出范围(index < 0 || index >= size()),则抛出 arrayindexoutofboundsexception。
参数:index - 要返回的元素的索引