2019年3月22日

ArrayList源码

摘要: 1、实现了 RandomAccess 接口,因此支持随机访问。这是理所当然的,因为 ArrayList 是基于数组实现的。 public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Clon 阅读全文

posted @ 2019-03-22 16:38 shaer 阅读(95) 评论(0) 推荐(0) 编辑

导航