本文共 280 字,大约阅读时间需要 1 分钟。
protected Object[] elementData;
synchronized
public synchronized boolean add(E e) { modCount++; add(e, elementData, elementCount); return true;}
转载地址:http://jhce.baihongyu.com/