Java 中的函数式数据结构

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.

相关文章