摘要: ArrayList源码解析 arrayList就是动态数组,可以动态的添加和减少元组,实现了ICollection和Ilist接口以及灵活的设置数组的大小。 5. 遍历集合 通过ArrayList的接口实现树,可以看到ArrayList实现了Iterable接口。 public interface 阅读全文
posted @ 2021-09-27 12:04 锤子布 阅读(52) 评论(0) 推荐(0) 编辑