Functional Data Structures in Java(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.
这篇关于Java 中的函数式数据结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!