文章列表
http://javag.iteye.com/blog/316336 eclipse 快捷键
今天看到的一个Blog上的内容,我把大致内容摘录下来,作为备忘。
http://javachaos.crazyredpanda.com/?p=99
<o:p> </o:p>
首先看一下LinkedList和ArrayList的继承关系。
public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, Serializable
public class LinkedList< ...