摘要: java中List、Map、Set、Stack、Queue、Collections等的使用 List 创建方法: List<String> list=new ArrayList<>(); add(val) : 添加元素。 get(index) : 获取元素。 remove(index) : 删除元素 阅读全文
posted @ 2019-12-14 00:08 StarHai 阅读(682) 评论(0) 推荐(0) 编辑