2023年11月10日

List---Deque-LinkedList

摘要: 概述 Doubly-linked list implementation of the {@code List} and {@code Deque} interfaces. Implements all optional list operations, and permits all elemen 阅读全文

posted @ 2023-11-10 15:52 anpeiyong 阅读(6) 评论(0) 推荐(0) 编辑

Queue&Deque

摘要: Queue 概述 A collection designed for holding elements prior to processing.Besides basic {@link java.util.Collection Collection} operations, queues provi 阅读全文

posted @ 2023-11-10 15:22 anpeiyong 阅读(7) 评论(0) 推荐(0) 编辑

Iterable&Iterator&Collection

摘要: Iterable 概述 Implementing this interface allows an object to be the target of the "for-each loop" statement. 实现Iterable接口 允许一个对象 作为 foreach遍历的目标; publi 阅读全文

posted @ 2023-11-10 10:05 anpeiyong 阅读(4) 评论(0) 推荐(0) 编辑

导航