摘要: 1.List概述和特点 2.List特有方法 3.列表迭代器ListIteraor public static void main(String[] args) { List list = new ArrayList(); list.add("1"); list.add("2"); list.add 阅读全文
posted @ 2020-06-07 18:57 指尖下的世界 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 选中代码 Tab:右移 Shift+Tab:左移 阅读全文
posted @ 2020-06-07 18:25 指尖下的世界 阅读(5015) 评论(0) 推荐(0) 编辑
摘要: 1.学习目录 2.集合类体系结构 3.Collection概述 4.Collection方法 5.Collection的遍历(Iterator) public static void main(String[] args) { Collection<String> collection = new 阅读全文
posted @ 2020-06-07 17:16 指尖下的世界 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 对应快捷键:Alt+7 阅读全文
posted @ 2020-06-07 16:34 指尖下的世界 阅读(723) 评论(0) 推荐(1) 编辑
/* 看板娘 */ /*炸泡*/
/* 鼠标点击求赞文字特效 */