Java 中的函数式数据结构
- 作者: 三阳开汰
- 来源: 51数据库
- 2022-10-27
问题描述
Java 标准库是否有任何功能性数据结构,如不可变 Sets、Lists 等,具有功能更新?
Does the Java standard library have any functional data structures, like immutable Sets, Lists, etc., with functional update?
推荐答案
Functional java 有 集合、列表和更多有趣的抽象.
Functional java has Sets, Lists and more interesting abstractions.
推荐阅读
