Java ArrayList的实现 2018-01-12 本文已影响4人 伊凡的一天 1.维护一个数组和一个size。 2.数组的扩容过程。 3.modCount的作用,遍历时调用list.remove(i);抛出异常的原因,使用iter.remove()方法的原因。