2020年4月1日

java.util.AbstractSequentialList

摘要: 简介: 相对于AbstractList来说,AbstractSequentialList主要是为了构建一个支持序列访问列表的实现。 这个类提供了List接口的框架实现,来降低实现支持序列访问数据存储接口的复杂程度(例如LinkedList)。 对于随机存取的数据(如ArrayList),应优先使用  阅读全文

posted @ 2020-04-01 16:57 笑天笑天 阅读(134) 评论(0) 推荐(0) 编辑

java.util.AbstractList

摘要: This class provides a skeletal implementation of the List interface to minimize the effort required to implement this interface backed by a "random ac 阅读全文

posted @ 2020-04-01 15:54 笑天笑天 阅读(136) 评论(0) 推荐(0) 编辑

导航