ArrayList与LinkedList的区别添加元素时,用插入或set() get()方法有和差异?
用我们老师的话说 频繁的追加用arraylist 频繁的插入 删除 用linkedlist
http://pengcqu.iteye.com/blog/502676