摘要: 相关知识点总结: 1.LinkedList泛型类创建一个链表对象 LinkedList mylist = new LinkedList(); 2.向链表中依次添加结点 mylist.add(); 3.链表的遍历 LinkedList类中的get(int index)方法将返回当前链表中第index个 阅读全文
posted @ 2018-05-06 22:32 Gst丶Paul 阅读(338) 评论(0) 推荐(0) 编辑