摘要:
LinkedList 1.概述 public class LinkedList<E> extends AbstractSequentialList<E> implements List<E>, Deque<E>, Cloneable, Serializable LinkedList是用双向链表实现的 阅读全文
posted @ 2017-03-01 16:56
默默的看雨下
阅读(177)
评论(0)
推荐(0)
摘要:
ArrayList 1.概述 public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, Serializable ArrayList是用数组实现的线性列表,其是相当与动 阅读全文
posted @ 2017-03-01 14:14
默默的看雨下
阅读(250)
评论(0)
推荐(0)

浙公网安备 33010602011771号