摘要: 一、迭代器模式介绍 二、迭代器模式引入 需求: UML类图: 代码实现(Java): import java.util.function.Consumer; /** * An iterator over a collection. {@code Iterator} takes the place o 阅读全文
posted @ 2021-07-13 00:13 狂热搬砖家 阅读(61) 评论(0) 推荐(0)