2021年10月8日
摘要: AutoPopulatingList AutoPopulatingList<E> implements List<E>, Serializable 获取元素时 get(int) 若为null则自动创建元素并填充的List 内部的List<E> backingList是实际的容器,add、remove 阅读全文
posted @ 2021-10-08 15:42 icodegarden 阅读(132) 评论(0) 推荐(0)