list接口继承了collection接口,所以collection接口的方法list都可以使用.
鲁迅的风筝添加
boolean add(e e) 添加一个元素void add(int index, e element) 添加某个元素到指定位置boolean addall(collection<? extends e> c) 添加一个集合
boolean-addall(int index, collection<? extends e> c) 添加一个集合到指定位置删除
e remove(int index) 删除指定位置的元素boolean remove(object o) 删除某个元素boolean removeall(collection<?> c) 删除一个集合修改
e t(int index, e element)获取
e get(int index)int size()其他int indexof(object o)int lastindexof(object o)list sublist心理健康课(i星期日英文nt fromindex, int toindex)员工类:
list的遍历
e get(int index) + int size()listiterator listiterator()listiter2021年考研时间ator listiterator(int index)iterator();toarray();foreachtostringfor()本篇文章就到这里了,希望能够给你带来帮助,也希望您能够多多关注www.887551.com的更多内容!
本文发布于:2023-04-06 02:13:45,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/8d73821f8bfd89e1fde2879bb322c987.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:Java集合的Collection接口和List接口详解.doc
本文 PDF 下载地址:Java集合的Collection接口和List接口详解.pdf
留言与评论(共有 0 条评论) |