Collection 是最基本的集合接口,声明了适用于JAVA集合(只包括Set和List)的通用方法。 ... 替换掉指定下标的元素):list.set(index,e); 取出元素:list.get(index); ...
確定! 回上一頁