摘要: 基本参数: static final int DEFAULT_CAPACITY = 10; 默认初始容量为10 static final Object[] EMPTY_ELEMENTDATA = {}; 可以存放任何类型元素的空数组 transient Object[] elementData; 对 阅读全文
posted @ 2021-08-12 22:42 侑手 阅读(104) 评论(0) 推荐(0)