2016年7月22日

ArrayList

摘要: public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, Serializable 问题: 1、底层的数据结构是什么 2、怎么扩容 数据结构: 数组 增删改查: 增: 阅读全文

posted @ 2016-07-22 15:08 petroe 阅读(162) 评论(0) 推荐(0) 编辑

导航